menu

WinUI

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

    Show / Hide Table of Contents

    Class ChartAxisLabel

    Represents the content and label style for the axis label.

    Inheritance
    System.Object
    ChartAxisLabel
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class ChartAxisLabel : Object

    Constructors

    ChartAxisLabel(Double, Object)

    Initializes a new instance of the ChartAxisLabel class.

    Declaration
    public ChartAxisLabel(double position, object labelContent)
    Parameters
    Type Name Description
    System.Double position
    System.Object labelContent

    Properties

    Content

    Gets or sets the axis label text.

    Declaration
    public object Content { get; set; }
    Property Value
    Type
    System.Object

    LabelStyle

    Gets or sets the axis label style to customize the label appearance.

    Declaration
    public LabelStyle LabelStyle { get; set; }
    Property Value
    Type
    LabelStyle

    Position

    Gets the axis label position.

    Declaration
    public double Position { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved