When QuickConfigure is set to true for a Line/MultiLine or XY Enhanced Chart, this property allows you to change chart properties while in run mode without having to display the configuration dialog box or the right-click menu. The Quick Configure chart properties that can be modified in run mode include:
- Y Axes Style – Hovering over the upper left hand corner of the chart displays Multiple, Stack, or Single buttons that can be used to display the Y Axes of the chart in the specified format.
- Y Axes Always Visible – Clicking the far right column in the Data Source Legend area allows you to toggle between Yes and No to set the Y Axis Always Visible property for each data source.
- Plot Visible – Clicking the next-to-last column in the Data Source Legend area allows you to toggle between Yes and No to set the Plot Visible property for each data source.
Syntax
object.QuickConfigure [= Boolean]
Properties
The QuickConfigure property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Describes whether you can change chart properties while in run mode without having to display the configuration dialog box or the right-click menu. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Allows you to change chart properties while in run mode without having to display the configuration dialog box or the right-click menu. |
False |
Does not allow you to change chart properties while in run mode without having to display the configuration dialog box or the right-click menu. (Default) |