Class LowerBarLabelsCreatedEventArgs
Represents the event arguments class for lower bar label creation, providing details during the label creation process.
Inheritance
System.Object
LowerBarLabelsCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class LowerBarLabelsCreatedEventArgs : EventArgs
Constructors
LowerBarLabelsCreatedEventArgs()
Initializes a new instance of the LowerBarLabelsCreatedEventArgs class.
Declaration
public LowerBarLabelsCreatedEventArgs()
Properties
LowerBarLabels
Gets or sets the lower bar labels collection used to store and manage labels displayed in the lower bar.
Declaration
public List<RangeNavigatorLabel> LowerBarLabels { get; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<RangeNavigatorLabel> |