Pre loader

Rollover tooltip cursor color?

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Closed
0
0

Hello,

I would like to be able to change the rollover tooltip cursor color. It seems to be defaulted to the lineseries areastyle property color. I would like to be able to change it to a different color. I have not been able to find anything in the docs regarding how to do this.

Thank you

Version
4.4.0.5778
Images
  • You must to post comments
0
0

Hi, there.

You will have to override “onDrawOverlay(in rect: CGRect)” method in your SCIXySeriesTooltip subclass, something like this:

        override func onDrawOverlay(in rect: CGRect) {
            self.onDrawTooltipOverlay(in: rect, atCoordinate: self.seriesInfo.xyCoordinate, with: .green)
        }

For more details, see the “Custom rollover tooltips” example

Images
  • C Bolton
    Thank you! That worked perfectly.
  • You must to post comments
Showing 1 result

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies