StepAreaSeries
Class
Represents a step area series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class StepAreaSeries : AreaSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeriesStepAreaSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the StepAreaSeries class.
C#
public StepAreaSeries()
Fields
RisersPositionProperty
DependencyProperty
Identifies the RisersPosition dependency property.
C#
public static readonly DependencyProperty RisersPositionProperty
Properties
Gets or sets the RisersPosition that will be used to draw the series.
C#
public StepSeriesRisersPosition RisersPosition { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: