Class ChartViewLabelFormattingEventArgs
Inheritance
System.Object
ChartViewLabelFormattingEventArgs
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.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartViewLabelFormattingEventArgs
Constructors
ChartViewLabelFormattingEventArgs(LabelElement)
Initializes a new instance of the ChartViewLabelFormattingEventArgs class.
Declaration
public ChartViewLabelFormattingEventArgs(LabelElement labelElement)
Parameters
LabelElement
labelElement
The label element. |
Properties
LabelElement
Gets the label element.
Declaration
public LabelElement LabelElement { get; }
Property Value
LabelElement
The label element. |
Series
Gets the series.
Declaration
public ChartSeries Series { get; }
Property Value
ChartSeries
The series. |