Class PivotChartPrimaryYAxisStripLineSetting
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartPrimaryYAxisStripLineSetting
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartPrimaryYAxisStripLineSetting : PivotChartStripLines
Constructors
PivotChartPrimaryYAxisStripLineSetting()
Declaration
public PivotChartPrimaryYAxisStripLineSetting()
Properties
Border
Allows to set the border of the pivot chart strip line.
Declaration
public PivotChartPrimaryYAxisStripBorder Border { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
MainParent
Allows to set the stripLine collection for the axis
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Type |
Description |
Syncfusion.Blazor.SfBaseComponent |
|
Overrides
TextStyle
Allows options to customize the strip line text.
Declaration
public PivotChartPrimaryYAxisStripFont TextStyle { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides