Class SeriesBase
Represents a base class for the series.
Inheritance
System.Object
SeriesBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class SeriesBase
Constructors
SeriesBase()
Properties
Fill
Outline
SeriesType
Gets the type of the series.
Declaration
public abstract SeriesType SeriesType { get; }
Property Value
SeriesType
|
Title
Gets or sets the title of the series.
Declaration
public Title Title { get; set; }
Property Value
Title
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public SeriesBase Clone()
Returns
SeriesBase
The deep copy of the object. |