Class StepLineSeries
This class represents a 2D step line series item.
Inheritance
System.Object
StepLineSeries
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StepLineSeries : LineSeries, IInteractionManager, IInteractiveElement, ILogicalItem, ISeriesControl, IAnimatable
Constructors
StepLineSeries()
Declaration
public StepLineSeries()
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
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. |