Page 1 of 1

Edit sereis properties

Posted: Tue Sep 30, 2008 7:28 pm
by 14045174
Hi!

In the VCL version of TChart I was able to show series property editor with just a few pages available. Now all I can find is the SeriesEditor.ShowDialog(), which will show all the tabs to the user. I absolutely cannot show the "Data Source" and "Marks" tabs and also would prefer not to show the "General" tab. Any ideas, how that can be done? I have similar question about other editors, like the Brush editor now contains more tabs, including Gradient editor, which I do not necessarily what to see there.

Posted: Wed Oct 01, 2008 9:00 am
by narcis
Hi Profitstar,

Series' DataSource tab can be hidden as shown in the example here. Regarding other tabs, it's on our wish-list to be considered for inclusion in future releases. The only option at the moment is being a sourcecode customer and implementing your own editors from existing ones or directly implementing such features.

Posted: Thu Oct 02, 2008 3:09 pm
by 14045174
narcis wrote:Series' DataSource tab can be hidden as shown in the example here
That's fine, but first, I do not want to allow users to switch series while they are in the editor, and second, when I bring it up, it has no series selected, and therefore, the screen is empty... I'd rather use either SeriesEditor or EditorUtils.EditChartPart, but neither of them will allow me to hide any tabs. Sad

Posted: Thu Oct 02, 2008 3:14 pm
by narcis
Hi Profitstar,

In that case there's no other solution we can suggest for now than waiting for this feature being implemented (I added it to the wish-list) or customizing TeeChart sources to fit your needs.