Class StepAreaSeries
This class represents implementation of a step area chart series in the 2D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StepAreaSeries : AreaSeries, IInteractionManager, IInteractiveElement, IModelControl3D, ILogicalItem, ISeriesControl, IAnimatable
Constructors
StepAreaSeries()
Declaration
public StepAreaSeries()
Properties
StoryboardResourceKeyFormat
This property supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
public override string StoryboardResourceKeyFormat { get; }
Property Value
System.
|
Overrides
Methods
CreateBackgroundFigure(PointCollection, PointCollection)
Creates the background figure.
Declaration
protected override PathFigure CreateBackgroundFigure(PointCollection topPoints, PointCollection bottomPoints)
Parameters
System. The top points. |
System. The bottom points. |
Returns
System.
|
Overrides
CreateFigure(PointCollection)
Creates geometry for displaying data points.
Declaration
protected override PathFigure CreateFigure(PointCollection pointsAtIndex)
Parameters
System. Data points on the chart. |
Returns
System. PathFigure connecting data points with a line. |