Show / Hide Table of Contents

Class IgbHeatTileGenerator

Inheritance
System.Object
BaseRendererElement
IgbHeatTileGenerator
Implements
JsonSerializable
IgbTileGenerator
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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 Description
Color[]

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

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
public void Destroy()

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
BaseRendererElement.FindByName(String)

Implements

JsonSerializable
IgbTileGenerator