Class HeatTileGeneratorDescription
Inheritance
System.Object
HeatTileGeneratorDescription
Assembly: IgniteUI.Blazor.dll
Syntax
public class HeatTileGeneratorDescription : TileGeneratorDescription
Constructors
HeatTileGeneratorDescription()
Declaration
public HeatTileGeneratorDescription()
Properties
BlurRadius
Declaration
public double BlurRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
LogarithmBase
Declaration
public double LogarithmBase { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxBlurRadius
Declaration
public double MaxBlurRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumColor
Declaration
public string MaximumColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumColor
Declaration
public string MinimumColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleColorOffsets
Declaration
public double[] ScaleColorOffsets { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
ScaleColors
Declaration
public string[] ScaleColors { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Type
Declaration
public virtual string Type { get; }
Property Value
Type |
Description |
System.String |
|
UseBlurRadiusAdjustedForZoom
Declaration
public bool UseBlurRadiusAdjustedForZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseGlobalMinMax
Declaration
public bool UseGlobalMinMax { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseGlobalMinMaxAdjustedForZoom
Declaration
public bool UseGlobalMinMaxAdjustedForZoom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseLogarithmicScale
Declaration
public bool UseLogarithmicScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseWebWorkers
Declaration
public bool UseWebWorkers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Values
Declaration
public double[] Values { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
WebWorkerInstanceRef
Declaration
public string WebWorkerInstanceRef { get; set; }
Property Value
Type |
Description |
System.String |
|
WebWorkerScriptPath
Declaration
public string WebWorkerScriptPath { get; set; }
Property Value
Type |
Description |
System.String |
|
XValues
Declaration
public double[] XValues { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
YValues
Declaration
public double[] YValues { get; set; }
Property Value
Type |
Description |
System.Double[] |
|