menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAxisLabelEventArgs

    Represents axis labels System.Windows.Controls.TextBlock.

    Inheritance
    System.Object
    System.EventArgs
    ChartAxisLabelEventArgs
    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.SmithChart
    Assembly: Syncfusion.SfSmithChart.WPF.dll
    Syntax
    public class ChartAxisLabelEventArgs : EventArgs

    Constructors

    ChartAxisLabelEventArgs()

    Declaration
    public ChartAxisLabelEventArgs()

    Properties

    Label

    Gets or sets the System.Windows.Controls.TextBlock of the axis label.

    Declaration
    public TextBlock Label { get; set; }
    Property Value
    Type
    System.Windows.Controls.TextBlock
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved