Class ChartAxisLabelEventArgs

    Show / Hide Table of Contents

    Class ChartAxisLabelEventArgs

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

    Constructors

    ChartAxisLabelEventArgs(String, Double)

    Declaration
    public ChartAxisLabelEventArgs(string labelContent, double position)
    Parameters
    Type Name Description
    System.String labelContent
    System.Double position

    Properties

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    LabelStyle

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

    Position

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