API Reference
Class
ApexTooltipOptions
Options controlling tooltip behaviour.
Inheritance
- Object
- ApexTooltipOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ApexTooltipOptions.Enable
Accepted by parameters
- Method ApexCharts.Tooltip
Constructors
public ApexTooltipOptions() #Methods
public ApexTooltipOptions Enable(Boolean enabled) #Returns:
ApexTooltipOptionsEnables or disables tooltips.
Parameters
- enabled System.Boolean
- True to enable tooltips.
Returns
The current ApexTooltipOptions instance.
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled") JsonIgnore(Condition = 3)Gets or sets a value indicating whether tooltips are enabled.