cursor and multiarea doesn't work properly
Posted: Mon Jul 29, 2013 8:14 am
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:
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
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;
Delphi XE3, TeeChart 2013
Thank you for your answers, suggestions ...
SaLIk