Class IgbHeatTileGenerator
Inheritance
System.Object
IgbHeatTileGenerator
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbHeatTileGenerator : BaseRendererElement, JsonSerializable, IgbTileGenerator
Constructors
IgbHeatTileGenerator()
Declaration
public IgbHeatTileGenerator()
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 Color[] ScaleColors { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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[] |
|
WebWorkerInstance
Declaration
public object WebWorkerInstance { get; set; }
Property Value
Type |
Description |
System.Object |
|
WebWorkerInstanceScript
Provides a means of setting WebWorkerInstance in the JavaScript environment.
Declaration
public string WebWorkerInstanceScript { 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[] |
|
Methods
Destroy()
Declaration
DestroyAsync()
Declaration
public Task DestroyAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements