WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendSettings - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendSettings

    Class which represents the legend settings.

    Inheritance
    System.Object
    LegendSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class LegendSettings

    Constructors

    LegendSettings()

    Initializes a new instance of the LegendSettings class.

    Declaration
    public LegendSettings()

    Properties

    EndLabel

    Gets or sets the End label of legend.

    Declaration
    public string EndLabel { get; set; }
    Property Value
    Type Description
    System.String

    LegendGap

    Gets or sets the Gap between legends.

    Declaration
    public int LegendGap { get; set; }
    Property Value
    Type Description
    System.Int32

    LegendMode

    Gets or sets the Legend mode.

    Declaration
    public LegendMode LegendMode { get; set; }
    Property Value
    Type Description
    LegendMode

    LegendPosition

    Gets or sets the Legend position.

    Declaration
    public LegendPositions LegendPosition { get; set; }
    Property Value
    Type Description
    LegendPositions

    LegendType

    Gets or sets the type of legends.

    Declaration
    public LegendTypes LegendType { get; set; }
    Property Value
    Type Description
    LegendTypes

    Positions

    Gets or sets the Legend mode.

    Declaration
    public Position Positions { get; set; }
    Property Value
    Type Description
    Position

    PositionX

    Gets or sets the x position for legend.

    Declaration
    public double PositionX { get; set; }
    Property Value
    Type Description
    System.Double

    PositionY

    Gets or sets the y position for legend.

    Declaration
    public double PositionY { get; set; }
    Property Value
    Type Description
    System.Double

    ShowLegend

    Gets or sets a value indicating whether the legend is enabled or not.

    Declaration
    public bool ShowLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Gets or sets the size of legends.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size

    StartLabel

    Gets or sets the start label of legend.

    Declaration
    public string StartLabel { get; set; }
    Property Value
    Type Description
    System.String

    Title

    Gets or sets the Legend Title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved