alexa
menu

    Show / Hide Table of Contents

    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>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved