Class StepAreaSeries
Represents a step area series.
Inheritance
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
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |