Class PivotChartCrosshairSettings
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartCrosshairSettings
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartCrosshairSettings : SfDataBoundComponent, IDisposable
Constructors
PivotChartCrosshairSettings()
Declaration
public PivotChartCrosshairSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
DashArray
Allows to set the DashArray for crosshair.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enable
If set to true, crosshair line becomes visible.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Line
Allows options to customize the crosshair line.
Declaration
public object Line { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
LineType
Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are, None: Hides both vertical and horizontal crosshair lines. Both: Shows both vertical and horizontal crosshair lines. Vertical: Shows the vertical line. Horizontal: Shows the horizontal line.
Declaration
public PivotChartLineType LineType { get; set; }
Property Value
Type | Description |
---|---|
PivotChartLineType |
MainParent
Allow options to customize the crosshair line with different settings such as color and width of the line, line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.Blazor.SfBaseComponent |
Overrides
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
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Implements
System.IDisposable