menu

UWP

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

    Show / Hide Table of Contents

    Class AxisLabelClickedEventArgs

    Class implementation for axis label clicked event arguments.

    Inheritance
    System.Object
    AxisLabelClickedEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class AxisLabelClickedEventArgs : EventArgs

    Constructors

    AxisLabelClickedEventArgs()

    Declaration
    public AxisLabelClickedEventArgs()

    Properties

    AxisLabel

    Gets the chart axis label for further customization.

    Declaration
    public ChartAxisLabel AxisLabel { get; }
    Property Value
    Type
    ChartAxisLabel

    Extension Methods

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