Class
GraphSeries2D

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class GraphSeries2D : GraphSeries

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2D

Derived Classes: AreaSeriesBarSeriesLineSeriesOhlcSeries

Inherited Members GraphSeries.ArrangeByAxisGraphSeries.CoordinateSystemGraphSeries.CategoryGroupGraphSeries.SeriesGroupGraphSeriesBase.ToString()GraphSeriesBase.DataPointLabelGraphSeriesBase.DataPointLabelAngleGraphSeriesBase.DataPointLabelFormatGraphSeriesBase.DataPointLabelStyleGraphSeriesBase.DataPointLabelConditionalFormattingGraphSeriesBase.ToolTipGraphSeriesBase.DataPointConditionalFormattingGraphSeriesBase.DataPointStyleGraphSeriesBase.LegendGraphSeriesBase.LegendFormatGraphSeriesBase.LegendItemGraphSeriesBase.NameGraphSeriesBase.ColorPalette

Constructors

GraphSeries2D()

TODO: Add documentation.

Declaration

cs-api-definition
protected GraphSeries2D()

Properties

ArrangeMode

Gets or sets a value indicating how to arrange the series at runtime.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public string Y { get; set; }

Property Value

string