alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartAxisLabelEventArgs

    Represents axis labels Windows.UI.Xaml.Controls.TextBlock.

    Inheritance
    System.Object
    ChartAxisLabelEventArgs
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.UWP.dll
    Syntax
    public class ChartAxisLabelEventArgs : EventArgs

    Constructors

    ChartAxisLabelEventArgs()

    Declaration
    public ChartAxisLabelEventArgs()

    Properties

    Label

    Gets or sets the Windows.UI.Xaml.Controls.TextBlock of the axis label.

    Declaration
    public TextBlock Label { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.TextBlock

    Extension Methods

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