New to Telerik ReportingStart a free 30-day trial

Represents a series of data points in a two-dimensional coordinate system.

Definition

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; }