Class StepAreaSeries
Represents a step area series.
Inheritance
System.Object
StepAreaSeries
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class StepAreaSeries : AreaSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries, IFilledSeries
Constructors
StepAreaSeries()
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
|