Class StepAreaSeries
This class represents implementation of a step area chart series in the 2D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StepAreaSeries : AreaSeries, IInteractionManager, IInteractiveElement, 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.String
|
Overrides
Methods
CreateBackgroundFigure(PointCollection, PointCollection)
Creates the background figure.
Declaration
protected override PathFigure CreateBackgroundFigure(PointCollection topPoints, PointCollection bottomPoints)
Parameters
System.Windows.Media.PointCollection
topPoints
The top points. |
System.Windows.Media.PointCollection
bottomPoints
The bottom points. |
Returns
System.Windows.Media.PathFigure
|
Overrides
CreateFigure(PointCollection)
Creates geometry for displaying data points.
Declaration
protected override PathFigure CreateFigure(PointCollection pointsAtIndex)
Parameters
System.Windows.Media.PointCollection
pointsAtIndex
Data points on the chart. |
Returns
System.Windows.Media.PathFigure
PathFigure connecting data points with a line. |