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:
[AIAssistantDescription("Filled region below a connecting line. Used for Area charts to show cumulative magnitude over a category or time axis. Supports stacking via ArrangeMode (Clustered, Stacked, Stacked100).")]
public class AreaSeries : GraphSeries2D
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DAreaSeries...
Derived Classes:
Inherited Members
Constructors
TODO: Add documentation.
public AreaSeries()
Properties
Gets the style applied to the area defined by the data points of this series.
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style AreaStyle { get; }
Gets the ConditionalFormatting rules which are applied on the series' style.
public ConditionalFormatting ConditionalFormatting { get; }
Gets or sets a value indicating how to connect the data points: with smooth, straight or stepped lines.
public LineSeries.LineTypes LineType { get; set; }
Gets or sets the size of the markers for the data points.
public Unit MarkerSize { get; set; }
Gets or sets the type of the markers for the data points.
public DataPointMarkerType MarkerType { get; set; }
Gets the style applied to the area determined by data points with missing values
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MissingValuesAreaStyle { get; }
SmoothLine
bool
Gets or sets a value indicating how to connect the data points: with a smooth or straight lines.
[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; }
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;
public string X0 { get; set; }
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;
public string Y0 { get; set; }
If omitted, the BarSeries' data points start from the corresponding axis.