ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapColorRangeRule - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapColorRangeRule

    Represents a color range to be used for colorizing map items in a map polygon layer, a map point layer, or a map line layer.

    Inheritance
    System.Object
    MapAppearanceRule
    MapColorRule
    MapColorRangeRule
    Inherited Members
    MapColorRule.ShowInColorScale
    MapAppearanceRule.ShouldSerializeDataElementOutput()
    MapAppearanceRule.ResetDataElementOutput()
    MapAppearanceRule.DataValue
    MapAppearanceRule.DistributionType
    MapAppearanceRule.BucketCount
    MapAppearanceRule.StartValue
    MapAppearanceRule.EndValue
    MapAppearanceRule.MapBuckets
    MapAppearanceRule.LegendName
    MapAppearanceRule.LegendText
    MapAppearanceRule.DataElementName
    MapAppearanceRule.DataElementOutput
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapColorRangeRule : MapColorRule

    Constructors

    MapColorRangeRule()

    Declaration
    public MapColorRangeRule()

    MapColorRangeRule(ReportSerializer)

    Declaration
    public MapColorRangeRule(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    EndColor

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

    MiddleColor

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

    StartColor

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