ClassChartViewLabelFormattingEventArgs
Class
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
The label element.
Properties
LabelElement
Gets the label element.
Declaration
cs-api-definition
public LabelElement LabelElement { get; }
Property Value
The label element.
Series
Gets the series.
Declaration
cs-api-definition
public ChartSeries Series { get; }
Property Value
The series.