ClassAreaSeries
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:
public class AreaSeries : GraphSeries2D
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DAreaSeries
Derived Classes:
Inherited Members
Constructors
Properties
AreaStyle
Gets the style applied to the area defined by the data points of this series.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style AreaStyle { get; }
Property Value
ConditionalFormatting
Gets the ConditionalFormatting rules which are applied on the series' style.
Declaration
public ConditionalFormatting ConditionalFormatting { get; }
Property Value
LineType
Gets or sets a value indicating how to connect the data points: with smooth, straight or stepped lines.
Declaration
public LineSeries.LineTypes LineType { get; set; }
Property Value
MarkerSize
Gets or sets the size of the markers for the data points.
MarkerType
Gets or sets the type of the markers for the data points.
Declaration
public DataPointMarkerType MarkerType { get; set; }
Property Value
MissingValuesAreaStyle
Gets the style applied to the area determined by data points with missing values
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MissingValuesAreaStyle { get; }
Property Value
SmoothLine
Gets or sets a value indicating how to connect the data points: with a smooth or straight lines.
Declaration
[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
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
public string Y0 { get; set; }
Property Value
string
Remarks
If omitted, the BarSeries' data points start from the corresponding axis.