Class RangeColorMapping
Class implementation for RangeColorMapping
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class RangeColorMapping : ColorMapping
Constructors
RangeColorMapping()
Declaration
public RangeColorMapping()
Properties
Ranges
Gets or sets list of ranges.
Declaration
public IList<Range> Ranges { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<Range> |