Interface IChartItem
Represents a single chart item of a Data
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IChartItem
Properties
ChartArea
Gets the Chart
Declaration
ChartArea ChartArea { get; }
Property Value
Chart The chart area. |
CurrentIndex
Gets the index of the current Data
Declaration
int CurrentIndex { get; }
Property Value
System. The index of the current. |
DataPoint
Gets or sets the data point that is associated with this chart item.
Declaration
DataPoint DataPoint { get; set; }
Property Value
Data The data point. |
DataSeries
Gets the Data
Declaration
DataSeries DataSeries { get; set; }
Property Value
Data The data points. |