Class LineSeries
Visualizes a collection of data points using a System.Windows.Shapes.Line shape.
Inheritance
System.Object
LineSeries
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
public SeriesRenderMode RenderMode { get; set; }
Property Value
SeriesRenderMode
|