Class StockChartCommonCrosshairTooltip
To specify customization options for stockchart common crosshair tooltip.
Inheritance
StockChartCommonCrosshairTooltip
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonCrosshairTooltip : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartCommonCrosshairTooltip()
Declaration
public StockChartCommonCrosshairTooltip()
Properties
Enable
If set to true, crosshair ToolTip will be visible. Default value is false.
Declaration
[Parameter]
public bool Enable { get; set; }
Property Value
| Type |
|---|
| bool |
Fill
The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |