Class LabelInitializingEventArgs
Inheritance
System.Object
LabelInitializingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class LabelInitializingEventArgs : CancelEventArgs
Constructors
LabelInitializingEventArgs(RangeSelectorChartScaleLabelElement)
Initializes a new instance of the LabelInitializingEventArgs class.
Declaration
public LabelInitializingEventArgs(RangeSelectorChartScaleLabelElement labelElement)
Parameters
RangeSelectorChartScaleLabelElement
labelElement
The label element. |
Properties
LabelElement
Gets or sets the label element.
Declaration
public RangeSelectorChartScaleLabelElement LabelElement { get; set; }
Property Value
RangeSelectorChartScaleLabelElement
The label element. |