New to Telerik ReportingStart a free 30-day trial

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

Constructors

TODO: Add documentation.

C#
public AreaSeries()

Properties

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

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style AreaStyle { get; }

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

C#
public ConditionalFormatting ConditionalFormatting { get; }

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

C#
public LineSeries.LineTypes LineType { get; set; }

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

C#
public Unit MarkerSize { get; set; }

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

C#
public DataPointMarkerType MarkerType { get; set; }

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

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MissingValuesAreaStyle { get; }

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

C#
[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; }
Remarks:

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

X0

string

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;

C#
public string X0 { get; set; }
Remarks:

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

Y0

string

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;

C#
public string Y0 { get; set; }
Remarks:

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