Page 1 of 1

cursor and multiarea doesn't work properly

Posted: Mon Jul 29, 2013 8:14 am
by 16564534
Hi all,

i have 2 TAreaSeries in TChart, both with Multiarea := maStacked and StackGroup := 0. In the chart i have also 2 TCursorTool (one for series 1 and one for series 2) with this settings:

Code: Select all

CursorTool.Style := cssScope;
CursorTool.SnapStyle := ssVertical;
CursorTool.Snap := True;
CursorTool.FollowMouse := True;
CursorTool.Active := True;
When i show the chart, cursor on the series 1 doesn't trace the series shape ... look at the attachment

Delphi XE3, TeeChart 2013

Thank you for your answers, suggestions ...
SaLIk

Re: cursor and multiarea doesn't work properly

Posted: Tue Jul 30, 2013 11:04 am
by yeray
Hi,

Right. The TCursorTool seems to snap to the points as if the TAreaSeries weren't stacked.
I've added it to the defect list to be revised for future releases (TV52016671).