ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapLegendSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeMapLegendSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapLegendSettings : EJTagHelper

    Constructors

    TreeMapLegendSettings()

    Declaration
    public TreeMapLegendSettings()

    Properties

    Alignment

    Sets and gets the alignment of legend in the treemap component.

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

    Background

    Sets and gets the background color of legend in the treemap component.

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

    Border

    Sets and gets the options for customizing the color and width of the border of the legend in the treemap component.

    Declaration
    public TreeMapBorder Border { get; set; }
    Property Value
    Type Description
    TreeMapBorder

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Fill

    Sets and gets the shape color of legend in the treemap component.

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

    Height

    Sets and gets the height of legend in the treemap component.

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

    ImageUrl

    Sets and gets the URL path of the legend shapes rendered as image in the treemap component.

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

    InvertedPointer

    Enables or disables the pointer for interactive legend in the treemap component.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    LabelDisplayMode

    Sets and gets the label intersect action of legend in the treemap component.

    Declaration
    public LabelIntersectAction LabelDisplayMode { get; set; }
    Property Value
    Type Description
    LabelIntersectAction

    LabelPosition

    Sets and gets the label position for interactive legend in the treemap component.

    Declaration
    public LabelPlacement LabelPosition { get; set; }
    Property Value
    Type Description
    LabelPlacement

    Location

    Sets and gets the location of the legend using x and y values in the treemap component.

    Declaration
    public object Location { get; set; }
    Property Value
    Type Description
    System.Object

    Mode

    Sets and gets the mode of legend in the treemap component. The modes available are default and interactive modes.

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

    Opacity

    Sets and gets the opacity of legends in the treemap component.

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

    Orientation

    Sets and gets the orientation of legend in the treemap component.

    Declaration
    public LegendOrientation Orientation { get; set; }
    Property Value
    Type Description
    LegendOrientation

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Position

    Sets and gets the position of legend in the treemap component.

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

    RemoveDuplicateLegend

    Enables or disables to remove the duplicate legend item.

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

    Shape

    Sets and gets the shape of legend in the treemap component.

    Declaration
    public LegendShape Shape { get; set; }
    Property Value
    Type Description
    LegendShape

    ShapeBorder

    Sets and gets the options for customizing the color and width of the border of the legend shape in the treemap.

    Declaration
    public TreeMapBorder ShapeBorder { get; set; }
    Property Value
    Type Description
    TreeMapBorder

    ShapeHeight

    Sets and gets the height of the shapes of legend in the treemap component.

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

    ShapePadding

    Sets and gets the shape padding of legend in the treemap component.

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

    ShapeWidth

    Sets and gets the width of the shapes in legend in the treemap component.

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

    ShowLegendPath

    Sets and gets the visibility state of the legend in the treemap component.

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

    TextStyle

    Sets and gets the options to customize the text style of legend in the treemap component.

    Declaration
    public TreeMapFont TextStyle { get; set; }
    Property Value
    Type Description
    TreeMapFont

    Title

    Sets and gets the options to customize the title of the legend in the treemap component.

    Declaration
    public TreeMapCommonTitleSettings Title { get; set; }
    Property Value
    Type Description
    TreeMapCommonTitleSettings

    TitleStyle

    Sets and gets the options to customize the text style of the legend in the treemap component.

    Declaration
    public TreeMapFont TitleStyle { get; set; }
    Property Value
    Type Description
    TreeMapFont

    ValuePath

    Sets and gets the value path from the data source to render legend in the treemap component.

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

    Visible

    Enables or disables the visibility of legend in the treemap component.

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

    Width

    Sets and gets the width of legend in the treemap component.

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