Class GraphSeries2D
Represents a series of data points in a two-dimensional coordinate system.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GraphSeries2D : GraphSeries, INamedObject, IGraphSeries2D, IGraphSeries
Constructors
GraphSeries2D()
Declaration
protected GraphSeries2D()
Properties
ArrangeMode
Gets or sets a value indicating how to arrange the series at runtime.
Declaration
public GraphSeriesArrangeMode ArrangeMode { get; set; }
Property Value
GraphSeriesArrangeMode
|
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
System.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
System.String
|