Class AccumulationChartLegendPageSettings
The option to customize the paging elements for arrow size and font styles for the paging number texts.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartLegendPageSettings : SfBaseComponent
Constructors
AccumulationChartLegendPageSettings()
Declaration
public AccumulationChartLegendPageSettings()
Properties
ArrowSize
Gets and sets the size of the legend paging arrows.
Declaration
public double ArrowSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts a double value that specifies the size of the legend paging arrow. The default value is 13. |
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
TextStyle
Gets and sets the font styles for the paging text.
Declaration
public AccumulationChartLegendPageSettingsTextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
AccumulationChartLegendPageSettingsTextStyle | Accepts the instance of AccumulationChartLegendPageSettingsTextStyle value that specifies the styles for legend paging text. |
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 |
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |