ClassLineSeries
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:
cs-api-definition
public class LineSeries : CategorySeriesBase
Inheritance: objectSeriesBaseCategorySeriesBaseLineSeries
Inherited Members
Constructors
LineSeries()
Create a line series for category data, optionally enabling smoothing and markers to control how points and segments are rendered.
Declaration
cs-api-definition
public LineSeries()
Properties
IsSmooth
Gets or sets whether line segments are smoothed (spline-like), affecting curvature and readability.
Marker
Gets or sets the per-point marker style used to highlight data points along the line.
SeriesType
Identifies the series as a Line type for line-specific rendering and grouping.
Declaration
cs-api-definition
public override SeriesType SeriesType { get; }
Property Value
Overrides