Class
AreaSeries

Represents an area chart displays a series as a set of points connected by a line, with all the area filled in below the line

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class AreaSeries : GraphSeries2D

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DAreaSeries

Derived Classes: RangeAreaSeries

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

Constructors

AreaSeries()

TODO: Add documentation.

Declaration

cs-api-definition
public AreaSeries()

Properties

AreaStyle

Gets the style applied to the area defined by the data points of this series.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style AreaStyle { get; }

Property Value

Style

ConditionalFormatting

Gets the ConditionalFormatting rules which are applied on the series' style.

Declaration

cs-api-definition
public ConditionalFormatting ConditionalFormatting { get; }

Property Value

ConditionalFormatting

LineType

Gets or sets a value indicating how to connect the data points: with smooth, straight or stepped lines.

Declaration

cs-api-definition
public LineSeries.LineTypes LineType { get; set; }

Property Value

LineSeries.LineTypes

MarkerSize

Gets or sets the size of the markers for the data points.

Declaration

cs-api-definition
public Unit MarkerSize { get; set; }

Property Value

Unit

MarkerType

Gets or sets the type of the markers for the data points.

Declaration

cs-api-definition
public DataPointMarkerType MarkerType { get; set; }

Property Value

DataPointMarkerType

MissingValuesAreaStyle

Gets the style applied to the area determined by data points with missing values

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MissingValuesAreaStyle { get; }

Property Value

Style

SmoothLine

Gets or sets a value indicating how to connect the data points: with a smooth or straight lines.

Declaration

cs-api-definition
[Obsolete("Telerik.Reporting.AreaSeries.SmoothLine property is now obsolete. Please use Telerik.Reporting.AreaSeries.LineType property and set its value to Telerik.Reporting.LineType.Smooth.")]
[Browsable(false)]
public bool SmoothLine { get; set; }

Property Value

bool

Remarks

When the SmoothLine is enabled the data points are connected with Bezier curves.

X0

Gets or sets an expression that defines the X0 coordinate for the data points when in a CartesianCoordinateSystem; For PolarCoordinateSystem gets or sets the angular coordinate;

Declaration

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

Property Value

string

Remarks

If omitted, the BarSeries' data points start from the corresponding axis.

Y0

Gets or sets an expression that defines the Y0 coordinate for the data points when in a CartesianCoordinateSystem; For PolarCoordinateSystem gets or sets the radial coordinate;

Declaration

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

Property Value

string

Remarks

If omitted, the BarSeries' data points start from the corresponding axis.