Class LineSeries
Visualizes a collection of data points using a System.Windows.Shapes.Line shape.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class LineSeries : CategoricalStrokedSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries
Constructors
LineSeries()
Fields
RenderModeProperty
Identifies the RenderMode dependency property.
Declaration
public static readonly DependencyProperty RenderModeProperty
Field Value
System.Windows.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
SeriesRenderMode
|
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. |