menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsColorMapping - API Reference

    Show / Hide Table of Contents

    Class MapsColorMapping

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsColorMapping
    ColorMappingShapeSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsColorMapping : EJTagHelper

    Constructors

    MapsColorMapping()

    Declaration
    public MapsColorMapping()

    Properties

    Color

    Gets or sets the color for the color-mapping in maps.

    Declaration
    [HtmlAttributeName("color")]
    public object Color { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    From

    Gets or sets the value from where the range for the color-mapping starts.

    Declaration
    [HtmlAttributeName("from")]
    public double From { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Label

    Gets or sets the label for the color-mapping to display in the legend item text.

    Declaration
    [HtmlAttributeName("label")]
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    MaxOpacity

    Gets or sets the maximum opacity for the color-mapping in maps.

    Declaration
    [HtmlAttributeName("maxOpacity")]
    public double MaxOpacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    MinOpacity

    Gets or sets the minimum opacity for the color-mapping in maps.

    Declaration
    [HtmlAttributeName("minOpacity")]
    public double MinOpacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    ShowLegend

    Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.

    Declaration
    [HtmlAttributeName("showLegend")]
    public bool ShowLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    To

    Gets or sets the value to where the range for the color-mapping ends.

    Declaration
    [HtmlAttributeName("to")]
    public double To { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Value

    Gets or sets the value from the data source to map the corresponding colors to the shapes.

    Declaration
    [HtmlAttributeName("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved