Class StepLine
The class represents 2d step line series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StepLine : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Fields
StepLinePointsProperty
Binds to points of a polyline to enable interactivity of a StepLine.
Declaration
public static readonly DependencyProperty StepLinePointsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
StepLinePoints
Binds to points of a polyline to enable interactivity of a StepLine item.
Declaration
public PointCollection StepLinePoints { get; set; }
Property Value
System.Windows.Media.PointCollection
|
Methods
CreateTopPoints(Size, DataRange, DataRange)
Creates StepLinePoints to enable interactivity of a StepLine item.
Declaration
protected override void CreateTopPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
DataRange
rangeYFrom
The range Y from. |
DataRange
rangeYTo
The range Y to. |