Series Available Dataset List

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tom
Newbie
Newbie
Posts: 9
Joined: Fri Mar 12, 2004 5:00 am

Series Available Dataset List

Post by Tom » Fri Sep 01, 2006 5:05 pm

Is there a way to restrict the items displayed in the series dataset list?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Sep 04, 2006 11:15 am

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;
Marjan Slatinek,
http://www.steema.com

Post Reply