ClassSeriesBase
Class
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:
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.
Outline
Gets the outline styling for the series (stroke), affecting lines and borders.
SeriesType
Gets the series kind used to select rendering and data semantics.
Declaration
cs-api-definition
public abstract SeriesType SeriesType { get; }
Property Value
Methods
Clone()
Create a deep copy of this series, including style and data configuration.
Declaration
cs-api-definition
public SeriesBase Clone()
Returns
The deep copy of the object.