menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartOrientation

    Represents the modes of Chart orientation such as Horizontal,Vertical, and Default orientation.

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

    Fields

    Default

    Orientation will be automatically analyzed based on the panel's docking position.

    Declaration
    public const ChartOrientation Default
    Field Value
    Type
    ChartOrientation

    Horizontal

    Horizontal Orientation will be set.

    Declaration
    public const ChartOrientation Horizontal
    Field Value
    Type
    ChartOrientation

    Vertical

    Vertical Orientation will be set.

    Declaration
    public const ChartOrientation Vertical
    Field Value
    Type
    ChartOrientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved