Class
LineSeries

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 CategorySeriesBase.ValuesCategorySeriesBase.CategoriesSeriesBase.Clone()SeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill

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.

Declaration

cs-api-definition
public bool IsSmooth { get; set; }

Property Value

bool

Marker

Gets or sets the per-point marker style used to highlight data points along the line.

Declaration

cs-api-definition
public Marker Marker { get; set; }

Property Value

Marker

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

SeriesType

Overrides SeriesBase.SeriesType