Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFChartAxisEdgeLabelsDrawingMode

    Represents the modes for placing edge labels in SFAxis.

    Inheritance
    System.Object
    SFChartAxisEdgeLabelsDrawingMode
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public sealed class SFChartAxisEdgeLabelsDrawingMode : Enum

    Fields

    Center

    Indicates that the edge label should appear at the center of its GridLines.

    Declaration
    public const SFChartAxisEdgeLabelsDrawingMode Center
    Field Value
    Type Description
    SFChartAxisEdgeLabelsDrawingMode

    Fit

    Indicates that the edge labels should be fit within the area of SFChart.

    Declaration
    public const SFChartAxisEdgeLabelsDrawingMode Fit
    Field Value
    Type Description
    SFChartAxisEdgeLabelsDrawingMode

    Hide

    Indicates that the edge labels will be hidden.

    Declaration
    public const SFChartAxisEdgeLabelsDrawingMode Hide
    Field Value
    Type Description
    SFChartAxisEdgeLabelsDrawingMode

    Shift

    Indicates that edge labels should be shifted to either left or right so that it comes within the area of Chart.

    Declaration
    public const SFChartAxisEdgeLabelsDrawingMode Shift
    Field Value
    Type Description
    SFChartAxisEdgeLabelsDrawingMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved