Class ChartCrosshairTooltipBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartCrosshairTooltipBuilder
Assembly: Syncfusion.EJ2.dll
public class ChartCrosshairTooltipBuilder : ControlBuilder
Constructors
Declaration
public ChartCrosshairTooltipBuilder()
Declaration
public ChartCrosshairTooltipBuilder(ChartCrosshairTooltip model)
Parameters
Methods
If set to true, the crosshair tooltip will be visible on the chart when interacting with the crosshair.
Declaration
public ChartCrosshairTooltipBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
The fill color of the tooltip accepts values in hex and rgba as valid CSS color string.
Declaration
public ChartCrosshairTooltipBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(Object)
Options for customizing the crosshair tooltip text, including font settings such as family, size, style, weight, and color.
Declaration
public ChartCrosshairTooltipBuilder TextStyle(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns