Class LineSeries
Line chart series for category data, optionally smoothing segments and drawing point markers.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class LineSeries : CategorySeriesBase, ISupportMarker, ISupportSmooth
Constructors
LineSeries()
Create a line series for category data, optionally enabling smoothing and markers to control how points and segments are rendered.
Declaration
public LineSeries()
Properties
IsSmooth
Gets or sets whether line segments are smoothed (spline-like), affecting curvature and readability.
Declaration
public bool IsSmooth { get; set; }
Property Value
|
System.Boolean
|
Marker
Gets or sets the per-point marker style used to highlight data points along the line.
Declaration
public Marker Marker { get; set; }
Property Value
|
Marker
|
SeriesType
Identifies the series as a Line type for line-specific rendering and grouping.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|