The ChartTooltipBase items contains tooltip description. A tooltip is an instance of the PP.Ui.ChartTooltipBase class.
| Attribute name | Type | Description |
| Id | String | Identifier of tooltip object. It can be used as an item. |
| Background | Brush | Identifier of a brush described in the items dictionary or full description of the brush. It can be used as an item for full description of a brush. The identifier must be placed in curved brackets: Background: ”{identifier}” |
| BorderColor | String | Border color in HTML format. |
| BorderRadius | Double | Border corners radius. |
| BorderThickness | Double | Border width. |
| Height | Double | Tooltip height. |
| Left | Double | Left coordinate of the label. |
| Margin | Thickness | Tooltip margins. Format: Margin=''2 2 2 2'' |
| Padding | Thickness | Tooltip padding. Format: Padding=''2 2 2 2'' |
| Top | Double | Top coordinate of the label. |
| Width | Double | Label width. |
| Font | Font | Identifier of font described in the items dictionary or full description of the font. With a full description of the brush, it can be used as an item. The identifier must be placed in curved brackets: Font: ”{identifier}” |
| MaskText | String | Tooltip text mask. |
| TextWrapping | TextWrapping | Text wrapping. Available values:
|
| NoDataText | String | Text displayed in the place defined by the mask when no data is available for the form. |
| HoverMode | PP.Ui.ChartTooltipBase | Tooltip display mode. Available values:
|
| DropShadow | Boolean | Flag that indicates whether the tooltip must have a shadow. Available values:
|
| Text | String | Set the tooltip text. |
See also: