cbScatterTitle | 1 | Defines the scatter title according to the supplied string value (title text) |
cbScatterManageFore | 2 | Adds or removes the selected forecast to or from the chart, according to Value |
cbScatterManageAssum | 3 | Adds or removes the selected assumption to or from the chart, according to Value |
cbScatterSetTarget | 5 | If True, sets the target value required for Scatter View; if False, clears it |
cbScatterViewType | 6 | Specifies the scatter view type according to Value |
cbScatterPlotSize | 7 | Specifies the scatter plot size with a value from 1-10; 1 is the smallest plot and 10 is the largest |
cbScatterDrawPoints | 8 | If True, displays scatter points; if False, does not display them |
cbScatterPointSymbol | 9 | Specifies the scatter point symbol, according to Value |
cbScatterPointSize | 10 | Specifies the size of scatter points in pixels (1-30) |
cbScatterPointColor | 11 | Specifies the scatter point color (0-15 as defined in the Chart Preferences dialog, Chart Type tab; 0 = Auto) |
cbScatterDrawLines | 12 | If True, displays a fit line on the scatter chart; if False, lines do not appear |
cbScatterLineWidth | 13 | Specifies the scatter line width in pixels (1-10) |
cbScatterLineType | 14 | Specifies the type of scatter line, according to Value |
cbScatterLineColor | 15 | Specifies the scatter line color (0-15 as defined in the Chart Preferences dialog, Chart Type tab; 0 = Auto) |
cbScatterCriteriaLimit | 16 | Specifes the scatter chart criteria to use, according to Value |
cbScatterCriteriaLimitNumber | 17 | Defines the number of trials to appear, taken into account only if cbScatterCriteriaLimit = LimitTrialNumber (Value) |
cbScatterCriteriaLimitPercentage | 18 | Defines the percentage of trials to show, taken into account only if cbScatterCriteriaLimit = LimitTrialPercentage (Value) with a possible range of 1-100 |
cbScatterDrawCorrelationCoefficient | 19 | If True, displays a correlation coefficient for each plot; if False does not display the correlation |
cbScatterShowFilteredOutValues | 20 | If True, displays filtered out values; if False, does not display filtered out values; boolean |
cbScatterShowLinearRegressionCoefficients | 21 | If True, displays the slope and Y-intercept for the linear regression line on each plot; if False does not display this information |