property ExCursor.SerieTooltipForeColor as Variant
Indicates the foreground color used for displaying tooltips on series

TypeDescription
Variant A string expression that defines the foreground 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
By default, the SerieTooltipForeColor property is "rgb(255,255,254)" equivalent of white. The SerieTooltipForeColor property indicates the foreground color used for displaying tooltips on series. The SerieTooltipBackColor property specifies the the visual appearance of the tooltips on the 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: