menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartRangeColorSetting

    Inheritance
    System.Object
    EJTagHelper
    ChartRangeColorSetting
    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.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartRangeColorSetting : EJTagHelper

    Constructors

    ChartRangeColorSetting()

    Declaration
    public ChartRangeColorSetting()

    Properties

    Colors

    Specify the fill colors of point those lies on the given range, if multiple colors mentioned, then we need to fill gradient.

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

    The default value is null

    End

    Specify the end value of color mapping range.

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

    The default value is null

    Label

    Specify name for the range mapping item.

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

    The default value is null

    Start

    Specify the start value of 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 - 2023 Syncfusion Inc. All Rights Reserved