ClassChartAxisLabelFormattingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartAxisLabelFormattingEventArgs
Inheritance: objectChartAxisLabelFormattingEventArgs
Constructors
ChartAxisLabelFormattingEventArgs(AxisLabelElement)
Initializes a new instance of the ChartAxisLabelFormattingEventArgs class.
Declaration
cs-api-definition
public ChartAxisLabelFormattingEventArgs(AxisLabelElement labelElement)
Parameters
labelElement
The label element.
Properties
Axis
Gets the axis.
LabelElement
Gets the label element.
Declaration
cs-api-definition
public AxisLabelElement LabelElement { get; }
Property Value
The label element.