alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartTextOrientation

    Specifies the orientation of text when rendered with a value point.

    Inheritance
    System.Object
    ChartTextOrientation
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartTextOrientation : Enum

    Fields

    Center

    Text is centered on the point.

    Declaration
    public const ChartTextOrientation Center
    Field Value
    Type
    ChartTextOrientation

    Down

    Text is rendered below the point.

    Declaration
    public const ChartTextOrientation Down
    Field Value
    Type
    ChartTextOrientation

    DownLeft

    Text is rendered below and to the left of the point.

    Declaration
    public const ChartTextOrientation DownLeft
    Field Value
    Type
    ChartTextOrientation

    DownRight

    Text is rendered below and to the right of the point.

    Declaration
    public const ChartTextOrientation DownRight
    Field Value
    Type
    ChartTextOrientation

    Left

    Text is rendered to the left of the point.

    Declaration
    public const ChartTextOrientation Left
    Field Value
    Type
    ChartTextOrientation

    RegionCenter

    Text is centered in the region that represents the point (Example: centered inside the bar in a bar chart).

    Declaration
    public const ChartTextOrientation RegionCenter
    Field Value
    Type
    ChartTextOrientation

    RegionDown

    Text is rendered below the region that represents the point (Example: below the bar in a bar chart).

    Declaration
    public const ChartTextOrientation RegionDown
    Field Value
    Type
    ChartTextOrientation

    RegionUp

    Text is rendered above the region that represents the point (Example: above the bar in a bar chart).

    Declaration
    public const ChartTextOrientation RegionUp
    Field Value
    Type
    ChartTextOrientation

    Right

    Text is rendered to the right of the point.

    Declaration
    public const ChartTextOrientation Right
    Field Value
    Type
    ChartTextOrientation

    Smart

    Text is rendered in a manner that is appropriate for the situation.

    Declaration
    public const ChartTextOrientation Smart
    Field Value
    Type
    ChartTextOrientation

    SymbolCenter

    Text is centered to the symbol if one is associated with the point.

    Declaration
    public const ChartTextOrientation SymbolCenter
    Field Value
    Type
    ChartTextOrientation

    Up

    Text is rendered above the point.

    Declaration
    public const ChartTextOrientation Up
    Field Value
    Type
    ChartTextOrientation

    UpLeft

    Text is rendered above and to the left of the point.

    Declaration
    public const ChartTextOrientation UpLeft
    Field Value
    Type
    ChartTextOrientation

    UpRight

    Text is rendered above and to the right of the point.

    Declaration
    public const ChartTextOrientation UpRight
    Field Value
    Type
    ChartTextOrientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved