Class DataSeries
Represents a data series that is visualized by the Rad
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DataSeries : RadHierarchicalObservableCollection<DataPoint>, ISuspendNotifications, INotifyCollectionStateProvider, INotifyItemPropertyChanged, ILogicalItem
Constructors
DataSeries()
Properties
Definition
Gets or sets the chart type that will be used to visualize the Data
Declaration
public ISeriesDefinition Definition { get; set; }
Property Value
ISeries The definition of the series. |
LegendLabel
The label displayed as information in the Chart
Declaration
public string LegendLabel { get; set; }
Property Value
System.
|
ZPosition
Gets the ZPosition of the data series.
Declaration
public int ZPosition { get; }
Property Value
System.
|
Methods
ClearItems()
Removes all items from the collection.
Declaration
protected override void ClearItems()
Overrides
InsertItem(Int32, DataPoint)
Inserts an element into the System.Collections.ObjectModel.Collection<> at the specified index.
Declaration
protected override void InsertItem(int index, DataPoint item)
Parameters
System. The zero-based index at which |
Data The object to insert. The value can be null for reference types. |
Overrides
Exceptions
System.
|
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<>.
Declaration
protected override void RemoveItem(int index)
Parameters
System. The zero-based index of the element to remove. |
Overrides
Exceptions
System.
|