Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFAxis.ChartAxisLabel

    Show / Hide Table of Contents

    Class SFAxis.ChartAxisLabel

    Inheritance
    System.Object
    SFAxis.ChartAxisLabel
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class ChartAxisLabel : Object

    Constructors

    ChartAxisLabel()

    Initializes a new instance of the SFAxis.ChartAxisLabel class.

    Declaration
    public ChartAxisLabel()

    ChartAxisLabel(Double, Object)

    Initializes a new instance of the SFAxis.ChartAxisLabel class.

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

    The position

    System.Object labelContent

    The labelContent

    Properties

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelContent

    Gets or sets LabelContent property

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

    LabelStyle

    Gets or sets the chart axis label style for individual label.

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

    Position

    Gets or sets Position property

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