Hi
I’m having trouble making the RolloverModifier TooltipLabels stay inside the graphs canvas.
As you can see on the left most graph the colored sqaures and some of the digits has fallen outside the graphs canvas.
Also what are the TooltipLabels rules for clustering together, and rules for which side of the RolloverMarker the labels should appear on?
Still having a problem here… After setting the ClipModifierSurface on the SciChartSurface to False the time axis no longer clips the TooltipLabels.
But the graph itself clips the TooltipLabels when the label gets to large.
How do I make the labels stay inside the graph? As there is a lot of free space to the right of the labels.
- Sander Struijk asked 10 years ago
- last edited 10 years ago
- You must login to post comments
Hi,
The rules are simple:
- labels get stacked only if they would overlap when shown separately
- labels appear to the right-bottom by default, and the merged label always is centered. When some label approximates chart boundary, its position gets changed to the opposite
- when there isn’t enough space, labels go outside the viewport and get clipped. To prevent clipping, setting ClipToBounds to “False” on the ModifierSurface should help
Hope this helps!
- Guest answered 10 years ago
- last edited 10 years ago
-
Set the ClipModifierSurface on the SciChartSurface to False
- You must login to post comments
Please login first to submit.