The WbkConfigurationPanelContext enumeration is used to determine the context displayed in the WorkbookConfigurationPanel component.
It is used by the following property:
Value | Brief description |
0 | None. Context is not specified. |
1 | Workbook. The context for setting up a workbook. |
3 | SourceRow. The context for setting up time series. |
4 | CalcRow. The context for setting up calculated series. |
5 | DataPoint. Context for setting up observation. |
7 | Table. Context for setting up data tables. |
8 | Chart. Context for setting up a chart. |
9 | Map. Context for setting up attributes. |
10 | AttrTree. Context for setting series tree. |
11 | AttrTreeSerie. Context for setting a series from the series tree. |
12 | Factor. Context for setting up factors. |
13 | NoSeries. Context for missing data series. |
Context is a set of tabs of the WorkbookConfigurationPanel component used to configure a part of the workbook.
See also: