ClassGraphSeries2D
Represents a series of data points in a two-dimensional coordinate system.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class GraphSeries2D : GraphSeries
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2D
Derived Classes:
Inherited Members
Constructors
Properties
ArrangeMode
Gets or sets a value indicating how to arrange the series at runtime.
Declaration
public GraphSeriesArrangeMode ArrangeMode { get; set; }
Property Value
X
Gets or sets an expression that defines the X coordinate for the data points when in a CartesianCoordinateSystem; For a PolarCoordinateSystem gets or sets the Angular coordinate;
Declaration
public string X { get; set; }
Property Value
string
Y
Gets or sets an expression that defines the Y coordinate for the data points when in a CartesianCoordinateSystem; For a PolarCoordinateSystem gets or sets the Radial coordinate;
Declaration
public string Y { get; set; }
Property Value
string