Limiting choices in Chart Editor
Posted: Wed Nov 09, 2005 1:08 pm
There are a couple of features in v2 regarding the control of available options for the users in the Chart Editor. I am trying to use these and have some questions, of course.
1. Using the, as far as I can tell, undocumented feature of ChartEditorOptions I can control the visible buttons in the Main or General (not sure what its called) panel of the ChartEditor, like Change, Add etc. I don't want the user to be able to add series, clone series or Change the type, at least not from the ChartEditor. This works but in the series listbox used for that panel there is a button for changing the type. This makes the removal of the change button pointless since the user still can change the type.
2. Some of the Tabs are not hidden when added to HideTabs, which has been noted elsewhere, like SeriesDataSource. Can you give me a hint of when I can get a build with this fixed in it? Before that this feature is very non-usable and its a feature that is very much needed for me in my project.
3. The Data tab cannot be hidden at all, it's not in the enum for tabs that you can hide. In my editor that tab doesn't do anything, its just blue and grey, so I would like very much to either hide it or for it to contain something useful.
4. Is there a way to control what series types the user can change a series to in the ChartEditor?
//Tommie
1. Using the, as far as I can tell, undocumented feature of ChartEditorOptions I can control the visible buttons in the Main or General (not sure what its called) panel of the ChartEditor, like Change, Add etc. I don't want the user to be able to add series, clone series or Change the type, at least not from the ChartEditor. This works but in the series listbox used for that panel there is a button for changing the type. This makes the removal of the change button pointless since the user still can change the type.
2. Some of the Tabs are not hidden when added to HideTabs, which has been noted elsewhere, like SeriesDataSource. Can you give me a hint of when I can get a build with this fixed in it? Before that this feature is very non-usable and its a feature that is very much needed for me in my project.
3. The Data tab cannot be hidden at all, it's not in the enum for tabs that you can hide. In my editor that tab doesn't do anything, its just blue and grey, so I would like very much to either hide it or for it to contain something useful.
4. Is there a way to control what series types the user can change a series to in the ChartEditor?
//Tommie