Disabling Chart Theme in version 7
Posted: 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.
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.