Enumeration pvc.options.varia.TooltipAutoContent
Extends
string.
Field Attributes | Field Name and Description |
---|---|
The tooltip content is a summary of the data associated with the visual element.
|
|
The tooltip content is the label
associated to the main value in a certain context.
|
Enumeration Detail
pvc.options.varia.TooltipAutoContent
The type of automatic content that can be generated for a tooltip.
Field Detail
Summary
The tooltip content is a summary of the data associated with the visual element.
- Value:
- 'summary'
Value
The tooltip content is the label
associated to the main value in a certain context.
For example, in a discrete cartesian axis, the value is the corresponding tick value.
- Value:
- 'value'