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
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class AreaSeries : GraphSeries2D, INamedObject, IGraphSeries2D, IGraphSeries, IRangeSeries
Constructors
AreaSeries()
Declaration
public AreaSeries()
Properties
AreaStyle
Gets the style applied to the area defined by the data points of this series.
Declaration
public Style AreaStyle { get; }
Property Value
Style
|
ConditionalFormatting
Gets the ConditionalFormatting rules which are applied on the series' style.
Declaration
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
public LineSeries.LineTypes LineType { get; set; }
Property Value
LineSeries.LineTypes
|
MarkerSize
Gets or sets the size of the markers for the data points.
Declaration
public Unit MarkerSize { get; set; }
Property Value
Unit
|
MarkerType
Gets or sets the type of the markers for the data points.
Declaration
public DataPointMarkerType MarkerType { get; set; }
Property Value
DataPointMarkerType
|
MissingValuesAreaStyle
Gets the style applied to the area determined by data points with missing values
Declaration
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
[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.")]
public bool SmoothLine { get; set; }
Property Value
System.Boolean
|
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
System.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
System.String
|
Remarks
If omitted, the BarSeries' data points start from the corresponding axis.