Class ChartAxisLabelEventArgs
Inheritance
System.Object
ChartAxisLabelEventArgs
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartAxisLabelEventArgs : EventArgs
Constructors
ChartAxisLabelEventArgs(String, Double)
Declaration
public ChartAxisLabelEventArgs(string labelContent, double position)
Parameters
Type |
Name |
Description |
System.String |
labelContent |
|
System.Double |
position |
|
Properties
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelStyle
Declaration
public LabelStyle LabelStyle { get; set; }
Property Value
Position
Declaration
public double Position { get; }
Property Value
Type |
Description |
System.Double |
|