Class
ChartViewLabelFormattingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class ChartViewLabelFormattingEventArgs

Inheritance: objectChartViewLabelFormattingEventArgs

Constructors

ChartViewLabelFormattingEventArgs(LabelElement)

Initializes a new instance of the ChartViewLabelFormattingEventArgs class.

Declaration

cs-api-definition
public ChartViewLabelFormattingEventArgs(LabelElement labelElement)

Parameters

labelElement

LabelElement

The label element.

Properties

LabelElement

Gets the label element.

Declaration

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

Property Value

LabelElement

The label element.

Series

Gets the series.

Declaration

cs-api-definition
public ChartSeries Series { get; }

Property Value

ChartSeries

The series.