Class ChartAxisCrosshairTooltip
Options to customize the axis's crosshair tooltip.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartAxisCrosshairTooltip : ChartSubComponent, ISubcomponentTracker
Constructors
ChartAxisCrosshairTooltip()
Declaration
public ChartAxisCrosshairTooltip()
Properties
Enable
If set to true, crosshair ToolTip will be visible. @default false.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextStyle
Options to customize the crosshair ToolTip text.
Declaration
public ChartCrosshairTextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartCrosshairTextStyle |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()