Class StepLineSeries
Represents a step line series.
Inheritance
System.Object
StepLineSeries
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class StepLineSeries : LineSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries
Constructors
StepLineSeries()
Fields
RisersPositionProperty
Identifies the RisersPosition dependency property.
Declaration
public static readonly DependencyProperty RisersPositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RisersPosition
Gets or sets the RisersPosition that will be used to draw the series.
Declaration
public StepSeriesRisersPosition RisersPosition { get; set; }
Property Value
StepSeriesRisersPosition
|