ClassLabelInitializingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class LabelInitializingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsLabelInitializingEventArgs
Inherited Members
Constructors
LabelInitializingEventArgs(RangeSelectorChartScaleLabelElement)
Initializes a new instance of the LabelInitializingEventArgs class.
Declaration
cs-api-definition
public LabelInitializingEventArgs(RangeSelectorChartScaleLabelElement labelElement)
Parameters
labelElement
RangeSelectorChartScaleLabelElement
The label element.
Properties
LabelElement
Gets or sets the label element.
Declaration
cs-api-definition
public RangeSelectorChartScaleLabelElement LabelElement { get; set; }
Property Value
RangeSelectorChartScaleLabelElement
The label element.