Search found 1 match
- Mon Jul 29, 2013 8:14 am
- Forum: VCL
- Topic: cursor and multiarea doesn't work properly
- Replies: 1
- Views: 38716
cursor and multiarea doesn't work properly
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: CursorTool.Style := cssScope; CursorTool.SnapStyle := ssVertical; CursorTool.Snap := True; CursorTool.Foll...