Class
SeriesBase

Base type for all chart series providing shared title, outline, fill, cloning, and change notification.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public abstract class SeriesBase

Inheritance: objectSeriesBase

Derived Classes: CategorySeriesBasePointSeriesBase

Constructors

SeriesBase()

Initializes a new instance of the SeriesBase class.

Declaration

cs-api-definition
protected SeriesBase()

Properties

Fill

Gets or sets the fill styling for series shapes and markers.

Declaration

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

Property Value

Fill

Outline

Gets the outline styling for the series (stroke), affecting lines and borders.

Declaration

cs-api-definition
public Outline Outline { get; }

Property Value

Outline

SeriesType

Gets the series kind used to select rendering and data semantics.

Declaration

cs-api-definition
public abstract SeriesType SeriesType { get; }

Property Value

SeriesType

Title

Gets or sets the display title for the series, used in legends and labels.

Declaration

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

Property Value

Title

Methods

Clone()

Create a deep copy of this series, including style and data configuration.

Declaration

cs-api-definition
public SeriesBase Clone()

Returns

SeriesBase

The deep copy of the object.