Page 1 of 1

Series Available Dataset List

Posted: Fri Sep 01, 2006 5:05 pm
by 9336428
Is there a way to restrict the items displayed in the series dataset list?

Posted: Mon Sep 04, 2006 11:15 am
by Marjan
Hi.

Only the series with their's ParentChart property set to (valid) chart will show up in the datasource combo box. I guess one dirty way to remove some series from selection is to set their's ParentChart property to nil:

Code: Select all

Series2.ParentChart := nil;