Class ChartAxisLabelEventArgs
Represents axis labels Label.
Inheritance
System.Object
System.EventArgs
ChartAxisLabelEventArgs
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.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class ChartAxisLabelEventArgs : EventArgs
Constructors
ChartAxisLabelEventArgs()
Declaration
public ChartAxisLabelEventArgs()
Properties
Label
Gets or sets the Label of the axis label.
Declaration
public Label Label { get; set; }
Property Value
Type |
---|
System.Windows.Forms.Label |