Class
ChartAxisLabelFormattingEventArgs

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

AxisLabelElement

The label element.

Properties

Axis

Gets the axis.

Declaration

cs-api-definition
public Axis Axis { get; }

Property Value

Axis

The axis.

LabelElement

Gets the label element.

Declaration

cs-api-definition
public AxisLabelElement LabelElement { get; }

Property Value

AxisLabelElement

The label element.