Class PivotPieChartCenter
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotPieChartCenter
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotPieChartCenter : SfDataBoundComponent
Constructors
PivotPieChartCenter()
Declaration
public PivotPieChartCenter()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
X
X value of the center.
Declaration
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
Y value of the center.
Declaration
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |