menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRangeColorSetting - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRangeColorSetting

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartRangeColorSetting
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartRangeColorSetting : EJTagHelper

    Constructors

    ChartRangeColorSetting()

    Declaration
    public ChartRangeColorSetting()

    Properties

    Colors

    Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied.

    Declaration
    public string[] Colors { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    End

    Specifies the end value of the color mapping range.

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

    The default value is null

    Label

    Specifies the name or label for the range mapping item.

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

    The default value is null

    Start

    Specifies the start value of the color mapping range.

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

    The default value is null

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