GraphSeries2D
Class
Represents a series of data points in a two-dimensional coordinate system.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GraphSeries2D : GraphSeries
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2D...
Derived Classes:
Inherited Members
Constructors
TODO: Add documentation.
C#
protected GraphSeries2D()
Properties
Gets or sets a value indicating how to arrange the series at runtime.
C#
public GraphSeriesArrangeMode ArrangeMode { get; set; }
X
string
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;
C#
public string X { get; set; }
Y
string
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;
C#
public string Y { get; set; }