Class HeatMapDataSourceSettings
Specifies the heatmap datasource settings.
Inheritance
System.Object
HeatMapDataSourceSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapDataSourceSettings : OwningComponentBase
Constructors
HeatMapDataSourceSettings()
Declaration
public HeatMapDataSourceSettings()
Properties
AdaptorType
Declaration
public AdaptorType AdaptorType { get; set; }
Property Value
IsJsonData
Specifies that the provided datasource is JSON data.
Declaration
public bool IsJsonData { get; set; }
Property Value
ValueMapping
Declaration
public string ValueMapping { get; set; }
Property Value
XDataMapping
Declaration
public string XDataMapping { get; set; }
Property Value
YDataMapping
Declaration
public string YDataMapping { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
UpdateProperties(HeatMapBubbleDataMapping)
Declaration
public void UpdateProperties(HeatMapBubbleDataMapping bubbleValue)
Parameters