Class
CartesianCoordinateSystem

Represents a two-dimensional Cartesian (rectangular) coordinate system.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class CartesianCoordinateSystem : GraphCoordinateSystem

Inheritance: objectMarshalByRefObjectComponentGraphCoordinateSystemCartesianCoordinateSystem

Inherited Members GraphCoordinateSystem.ToString()GraphCoordinateSystem.NameGraphCoordinateSystem.SiteGraphCoordinateSystem.StyleGraphCoordinateSystem.Bindings

Constructors

CartesianCoordinateSystem()

Declaration

cs-api-definition
public CartesianCoordinateSystem()

Properties

XAxis

Gets or sets the X-axis (horizontal) of the CartesianCoordinateSystem.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphAxis XAxis { get; set; }

Property Value

GraphAxis

YAxis

Gets or sets the Y-axis (vertical) of the CartesianCoordinateSystem.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphAxis YAxis { get; set; }

Property Value

GraphAxis

Methods

GetAxes()

TODO: Add documentation.

Declaration

cs-api-definition
protected override IEnumerable<GraphAxis> GetAxes()

Returns

IEnumerable<GraphAxis>

Overrides GraphCoordinateSystem.GetAxes()