Page 1 of 1

how to disable the marks tabs ...

Posted: Fri Mar 30, 2007 1:17 pm
by 9524108
in teechart control , when i use tchart1.show editor , all my tabs are shown . i donot want to show marks tab ..? how to do ..

Posted: Fri Mar 30, 2007 1:32 pm
by 9524108
i used teeditor to show the custom tabs


i want to show series tab but under series tab i donot want to show stack tab... how can i do the sub tabs visible false

Posted: Fri Mar 30, 2007 1:36 pm
by 9524108
and also iwant to show the main tab but need to disable the delete & change

Posted: Mon Apr 02, 2007 10:50 am
by 9524108
Could you reply asap pls

Posted: Wed Apr 04, 2007 7:00 am
by Pep
Hi daryl,

sorry for delay. Not all the series Editor SubTabs can be hidden, but to see all the options you can use the TeEditor component :

To enable/disable the "Change", "Delete",
TeeEditor1.Options.Delete = False
TeeEditor1.Options.Change = False

To hide some Tabls :
teeeditor1.ShowPages.XXXXXX=False

TeeEditor1.Chart = TChart1
TeeEditor1.ShowEditor

Posted: Thu Apr 05, 2007 9:40 am
by 9524108
thanks for the reply

but i have one doubt..

by means of coding i create a bar -stacked graph , now i am giving option using an editor to change the border style ,color ...

but in the same tab i have stack bar option tab , where user can change .. stack to side or any other thing ... how can i avoid that .. if invisble the tab then problem solved ... but how ...?

Posted: Thu Apr 05, 2007 10:14 am
by narcis
Hi daryl,

I'm afraid this tab can't be hidden individually for now. The only option available is hiding parent series tab. Then you could create your own editor with the options you want to allow your users to set.