how to disable the marks tabs ...

TeeChart for ActiveX, COM and ASP
Post Reply
daryl
Newbie
Newbie
Posts: 91
Joined: Thu Sep 09, 2004 4:00 am
Location: UK
Contact:

how to disable the marks tabs ...

Post by daryl » Fri Mar 30, 2007 1:17 pm

in teechart control , when i use tchart1.show editor , all my tabs are shown . i donot want to show marks tab ..? how to do ..

daryl
Newbie
Newbie
Posts: 91
Joined: Thu Sep 09, 2004 4:00 am
Location: UK
Contact:

Post by daryl » Fri Mar 30, 2007 1:32 pm

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

daryl
Newbie
Newbie
Posts: 91
Joined: Thu Sep 09, 2004 4:00 am
Location: UK
Contact:

Post by daryl » Fri Mar 30, 2007 1:36 pm

and also iwant to show the main tab but need to disable the delete & change

daryl
Newbie
Newbie
Posts: 91
Joined: Thu Sep 09, 2004 4:00 am
Location: UK
Contact:

Post by daryl » Mon Apr 02, 2007 10:50 am

Could you reply asap pls

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Apr 04, 2007 7:00 am

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

daryl
Newbie
Newbie
Posts: 91
Joined: Thu Sep 09, 2004 4:00 am
Location: UK
Contact:

Post by daryl » Thu Apr 05, 2007 9:40 am

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 ...?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Apr 05, 2007 10:14 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply