Class ChartAxisLabelEventArgs
Represents axis labels Windows.UI.Xaml.Controls.TextBlock.
Inheritance
System.Object
ChartAxisLabelEventArgs
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class ChartAxisLabelEventArgs : EventArgs
Constructors
ChartAxisLabelEventArgs()
Declaration
public ChartAxisLabelEventArgs()
Properties
Label
Gets or sets the Windows.UI.Xaml.Controls.TextBlock of the axis label.
Declaration
public TextBlock Label { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.TextBlock |