ClassStepAreaSeries
Class
Represents a step area series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class StepAreaSeries : AreaSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeriesStepAreaSeries
Implements:
Inherited Members
Constructors
StepAreaSeries()
Initializes a new instance of the StepAreaSeries class.
Declaration
cs-api-definition
public StepAreaSeries()
Fields
RisersPositionProperty
Identifies the RisersPosition dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty RisersPositionProperty
Field Value
DependencyProperty
Properties
RisersPosition
Gets or sets the RisersPosition that will be used to draw the series.
Declaration
cs-api-definition
public StepSeriesRisersPosition RisersPosition { get; set; }
Property Value