ClassLineSeries
Visualizes a collection of data points using a Line shape.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class LineSeries : CategoricalStrokedSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesLineSeries
Derived Classes:
Implements:
Inherited Members
Constructors
LineSeries()
Initializes a new instance of the LineSeries class.
Declaration
public LineSeries()
Fields
RenderModeProperty
Identifies the RenderMode dependency property.
Declaration
public static readonly DependencyProperty RenderModeProperty
Field Value
DependencyProperty
Properties
RenderMode
Gets or sets the SeriesRenderMode that will be used to draw the series.
Declaration
[Obsolete("This property is obsolete and will be removed. Use RenderOptions property instead.")]
public SeriesRenderMode RenderMode { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.