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