property ExCursor.SerieTooltipBackColor as Variant
Specifies the visual appearance of the tooltips on the series

TypeDescription
Variant A string expression that defines the background color of the tooltip that's shown once the crossover cursor hovers the chart. This color property accepts values in various formats: CSS named colors, RGB format (e.g., rgb(red, green, blue)), or hexadecimal format (#RRGGBB). In RGB format, the red, green, and blue values range from 0 to 255, while in hexadecimal format, RR, GG, and BB represent the hexadecimal values of the red, green, and blue channels, respectively. Additionally the color property supports:
  • null, which uses the serie's value color instead
  • transparent, indicate a transparent background

An integer expression that defines the EBN visual appearance. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.

By default, the SerieTooltipBackColor property is "null", which indicates that tooltip's background inherits the color of the serie's value. The SerieTooltipBackColor property specifies the the visual appearance of the tooltips on the series. The SerieTooltipForeColor property indicates the foreground color used for displaying tooltips on series. The AxisTooltipBackColor property specifies the visual appearance of the tooltips on the axes. The AxisTooltipForeColor property indicates the foreground color used for displaying tooltips on axes

For instance: