Pre loader

tooltipSvgTemplate on Cursor Modifier No Documentation to Change the tooltip

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
1
0

Can you please provide an example or documentation on how to change the tooltip style? Is any method to turn off the cursor pointer for a particular data series?

Version
1.1.1359
  • You must to post comments
0
0

const cursorModifier = new CursorModifier({
crosshairStrokeThickness: 1,
showTooltip: true,
showAxisLabels: false
});
cursorModifier.tooltipSvgTemplate = (
seriesInfo: SeriesInfo[],
svgAnnotation: CursorTooltipSvgAnnotation
) => {
return <svg></svg>;
};
sciChartSurface.chartModifiers.add(cursorModifier);

  • 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