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()
Assembly: Syncfusion.EJ.dll
Syntax
public class RangeColorMappingBuilder
Constructors
RangeColorMappingBuilder(ColorMapping)
Declaration
public RangeColorMappingBuilder(ColorMapping colorMapping)
Parameters
Fields
colorMapping
Declaration
public ColorMapping colorMapping
Field Value
rangeColorMapping
Declaration
public RangeColorMapping rangeColorMapping
Field Value
Methods
Add()
Declaration
Color(String)
Declaration
public RangeColorMappingBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
From(Double)
Declaration
public RangeColorMappingBuilder From(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
GradientColors(List<String>)
Declaration
public RangeColorMappingBuilder GradientColors(List<string> colors)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
colors |
|
Returns
LegendLabel(String)
Declaration
public RangeColorMappingBuilder LegendLabel(string label)
Parameters
Type |
Name |
Description |
System.String |
label |
|
Returns
To(Double)
Declaration
public RangeColorMappingBuilder To(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns