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