Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartAxisLabelFormattingEventArgs
Inheritance: objectChartAxisLabelFormattingEventArgs
Constructors
Initializes a new instance of the ChartAxisLabelFormattingEventArgs class.
C#
public ChartAxisLabelFormattingEventArgs(AxisLabelElement labelElement)
The label element.
Properties
Gets the label element.
C#
public AxisLabelElement LabelElement { get; }
The label element.