Class CartesianCoordinateSystem
Represents a two-dimensional Cartesian (rectangular) coordinate system.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CartesianCoordinateSystem : GraphCoordinateSystem, IGraphCoordinateSystem, INamedObject
Constructors
CartesianCoordinateSystem()
Declaration
public CartesianCoordinateSystem()
Properties
XAxis
Gets or sets the X-axis (horizontal) of the CartesianCoordinateSystem.
Declaration
public GraphAxis XAxis { get; set; }
Property Value
GraphAxis
|
YAxis
Gets or sets the Y-axis (vertical) of the CartesianCoordinateSystem.
Declaration
public GraphAxis YAxis { get; set; }
Property Value
GraphAxis
|
Methods
GetAxes()
Declaration
protected override IEnumerable<GraphAxis> GetAxes()
Returns
System.Collections.Generic.IEnumerable<GraphAxis>
|