Class ChartItemDataBoundEventArgs
This class holds the event arguments collected when the ItemDataBound event is raised.
Inheritance
System.Object
ChartItemDataBoundEventArgs
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartItemDataBoundEventArgs : EventArgs
Properties
DataItem
Gets or sets the underlying data item.
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|
DataPoint
Gets or sets the DataPoint object.
Declaration
public DataPoint DataPoint { get; set; }
Property Value
DataPoint
|