ClassCartesianCoordinateSystem
Class
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
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