Class AxisLabelClickedEventArgs
Class implementation for axis label clicked event arguments.
Inheritance
System.Object
AxisLabelClickedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class AxisLabelClickedEventArgs : EventArgs
Constructors
AxisLabelClickedEventArgs()
Declaration
public AxisLabelClickedEventArgs()
Properties
AxisLabel
Gets the chart axis label for further customization.
Declaration
public ChartAxisLabel AxisLabel { get; }
Property Value
Type |
---|
ChartAxisLabel |