StepLineSeries
Class
Represents a step line series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class StepLineSeries : LineSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesLineSeriesStepLineSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the StepLineSeries class.
C#
public StepLineSeries()
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: