Class HeatMapDataSourceSettings
Specifies the heatmap datasource settings.
Inheritance
HeatMapDataSourceSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeatMapDataSourceSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
HeatMapDataSourceSettings()
Declaration
public HeatMapDataSourceSettings()
Properties
AdaptorType
Declaration
[Parameter]
public AdaptorType AdaptorType { get; set; }
Property Value
IsJsonData
Specifies that the provided datasource is JSON data.
Declaration
[Parameter]
public bool IsJsonData { get; set; }
Property Value
ValueMapping
Declaration
[Parameter]
public string ValueMapping { get; set; }
Property Value
XDataMapping
Declaration
[Parameter]
public string XDataMapping { get; set; }
Property Value
YDataMapping
Declaration
[Parameter]
public string YDataMapping { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdateProperties(HeatMapBubbleDataMapping)
Declaration
public void UpdateProperties(HeatMapBubbleDataMapping bubbleValue)
Parameters
Implements