Class ColorMapping
Implements
System.ComponentModel.INotifyPropertyChanged
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ColorMapping : EJTagHelper, INotifyPropertyChanged
Constructors
ColorMapping()
Declaration
public ColorMapping()
Fields
colorMappings
Declaration
public List<object> colorMappings
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
Properties
EqualColorMap
Declaration
[JsonProperty("equalColorMapping")]
public List<object> EqualColorMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
MappingCollection
Declaration
[JsonIgnore]
public List<object> MappingCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
RangeColorMap
Declaration
[JsonProperty("rangeColorMapping")]
public List<object> RangeColorMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged