menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelRegion - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelRegion

    This class contains the ChartAxis labels details

    Inheritance
    System.Object
    LabelRegion
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public class LabelRegion

    Constructors

    LabelRegion()

    Declaration
    public LabelRegion()

    Properties

    Bottom

    Gets or sets the bottom of the label.

    Declaration
    public float Bottom { get; set; }
    Property Value
    Type
    System.Single

    Label

    Gets or sets the Label of the label.

    Declaration
    public Label Label { get; set; }
    Property Value
    Type
    System.Windows.Forms.Label

    Left

    Gets or sets the left of the label.

    Declaration
    public float Left { get; set; }
    Property Value
    Type
    System.Single

    Right

    Gets or sets the right of the label.

    Declaration
    public float Right { get; set; }
    Property Value
    Type
    System.Single

    Top

    Gets or sets the top of the label.

    Declaration
    public float Top { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved