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