Class AxisLabelClickedEventArgs
Class implementation for axis label clicked event arguments.
Inheritance
System.Object
System.EventArgs
AxisLabelClickedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |