Class TreeMapLegendLocation
Sets and gets the float position of the legend location using x and y values for the treemap component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeMapLegendLocation
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapLegendLocation : SfBaseComponent
Constructors
TreeMapLegendLocation()
Declaration
public TreeMapLegendLocation()
Properties
X
Sets and gets the color for the text in the treemap component.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Sets and gets the color for the text in the treemap component.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |