Disabling Chart Theme in version 7

TeeChart for ActiveX, COM and ASP
Post Reply
cwJoe
Newbie
Newbie
Posts: 9
Joined: Thu Feb 23, 2006 12:00 am

Disabling Chart Theme in version 7

Post by cwJoe » Tue Feb 28, 2006 9:59 pm

We disable certain tabs for users such as data, tools, for example:

with pTeeEditor
.ShowPages.Tools = false
.ShowPages.OpenGL = false
.ShowPages.SeriesData = false
.Options.Delete = false
.Options.Clone = false
.Options.DataSource = false
end with

In version 7 I am trying to figure out a way to disable the new feature for chart themes. The reason is because we have already implemented similar functionality and we don't want to confuse the user. Let know as soon as possible. I looked in the help document and I wasn't able to find anything.

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

Post by Narcís » Wed Mar 01, 2006 8:23 am

Hi cwJoe,

You need to use:

Code: Select all

    pTeeEditor.ShowPages.Themes = False
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