menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LowerBarLabelsCreatedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LowerBarLabelsCreatedEventArgs

    Lower bar labels created event arguments.

    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.

    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 - 2025 Syncfusion Inc. All Rights Reserved