how to disable the marks tabs ...
how to disable the marks tabs ...
in teechart control , when i use tchart1.show editor , all my tabs are shown . i donot want to show marks tab ..? how to do ..
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
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
Pep Jorge
http://support.steema.com
http://support.steema.com
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 ...?
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 ...?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |