WinForms

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

    Show / Hide Table of Contents

    Class Legend

    Class which represent the Legend.

    Inheritance
    System.Object
    Legend
    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 Legend

    Constructors

    Legend()

    Declaration
    public Legend()

    Properties

    Fill

    Gets the fill color.

    Declaration
    public Brush Fill { get; }
    Property Value
    Type Description
    System.Drawing.Brush

    LegendHeight

    Gets the height of treemap legends.

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

    LegendLabel

    Gets or sets the Legend Label.

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

    LegendWidth

    Gets the width of treemap legends.

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