menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartAxisLabel

    Class that represents axis labels.

    Inheritance
    System.Object
    ChartAxisLabel
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartAxisLabel : Object

    Constructors

    ChartAxisLabel(Double, String)

    Initializes a new instance of the ChartAxisLabel class.

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

    The position.

    System.String labelContent

    The labelContent.

    Properties

    LabelContent

    Gets or sets LabelContent property.

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

    Position

    Gets or sets Position property.

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