menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EdgeLabelsDrawingMode - API Reference

    Show / Hide Table of Contents

    Class EdgeLabelsDrawingMode

    Represents the modes for placing edge labels to avoid the partial appearance of labels at the corners in ChartAxis.

    Inheritance
    System.Object
    EdgeLabelsDrawingMode
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class EdgeLabelsDrawingMode : Enum

    Fields

    Center

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

    Declaration
    public const EdgeLabelsDrawingMode Center
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Fit

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

    Declaration
    public const EdgeLabelsDrawingMode Fit
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Hide

    Indicates that the edge labels will be hidden

    Declaration
    public const EdgeLabelsDrawingMode Hide
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    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 EdgeLabelsDrawingMode Shift
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    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