ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapLegendSettings

    Inheritance
    System.Object
    EJTagHelper
    HeatMapLegendSettings
    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.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapLegendSettings : EJTagHelper

    Constructors

    HeatMapLegendSettings()

    Declaration
    public HeatMapLegendSettings()

    Properties

    Alignment

    Specifies the alignment of the legend

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    EnableSmartLegend

    Specifies whether smart legend should be displayed or not when palette type is fixed.

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

    Height

    Specifies the height of Legend.

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

    IsComplex

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

    LabelDisplayType

    Specifies the type of label display for smart legend. All: All labels are displayed. Edge: Labels will be displayed only at the edges of the legend. None: No labels are displayed.

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

    LabelFormat

    Specifies the formatting options for the legend label.

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

    ParentPropertyName

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

    Position

    Specifies the position of Legend to render.

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

    ShowGradientPointer

    Specifies whether the gradient pointer should be visible or not.

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

    ShowLabel

    Specifies whether the label should be visible or not.

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

    TextStyle

    Specifies the legend label style.

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

    Title

    Specifies title of Legend.

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

    ToggleVisibility

    To toggle the visibility of heatmap cells based on legend range selection

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

    Visible

    Specifies whether the Legend should be visible or not.

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

    Width

    Specifies the width of Legend.

    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