alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class LabelPlacement

    Specifies the possible positions, in which the labels can be placed.

    Inheritance
    System.Object
    LabelPlacement
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class LabelPlacement : Enum

    Fields

    Both

    Indicates the labels placed on the both sides of the channel line.

    Declaration
    public const LabelPlacement Both
    Field Value
    Type
    LabelPlacement

    BottomRight

    Indicates the labels placed on the bottom if orientation is horizontal, and on the right if orientation is vertical.

    Declaration
    public const LabelPlacement BottomRight
    Field Value
    Type
    LabelPlacement

    TopLeft

    Indicates the labels placed on the top if orientation is horizontal, and on the left if orientation is vertical.

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