menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RangeColorMappingBuilder

    Inheritance
    System.Object
    RangeColorMappingBuilder
    Inherited Members
    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.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RangeColorMappingBuilder

    Constructors

    RangeColorMappingBuilder(ColorMapping)

    Declaration
    public RangeColorMappingBuilder(ColorMapping colorMapping)
    Parameters
    Type Name Description
    ColorMapping colorMapping

    Fields

    colorMapping

    Declaration
    public ColorMapping colorMapping
    Field Value
    Type Description
    ColorMapping

    rangeColorMapping

    Declaration
    public RangeColorMapping rangeColorMapping
    Field Value
    Type Description
    RangeColorMapping

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Declaration
    public RangeColorMappingBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type Description
    RangeColorMappingBuilder

    From(Double)

    Declaration
    public RangeColorMappingBuilder From(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    RangeColorMappingBuilder

    GradientColors(List<String>)

    Declaration
    public RangeColorMappingBuilder GradientColors(List<string> colors)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> colors
    Returns
    Type Description
    RangeColorMappingBuilder

    LegendLabel(String)

    Declaration
    public RangeColorMappingBuilder LegendLabel(string label)
    Parameters
    Type Name Description
    System.String label
    Returns
    Type Description
    RangeColorMappingBuilder

    To(Double)

    Declaration
    public RangeColorMappingBuilder To(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    RangeColorMappingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved