New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:labelElementAxisLabelElement

The label element.

Properties

Gets the axis.

C#
public Axis Axis { get; }
Property Value:

The axis.

Gets the label element.

C#
public AxisLabelElement LabelElement { get; }
Property Value:

The label element.