menu

WPF

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

    Show / Hide Table of Contents

    Class AxisLabelClickedEventArgs

    Class implementation for axis label clicked event arguments.

    Inheritance
    System.Object
    System.EventArgs
    AxisLabelClickedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved