| Application
|
Returns the application associated with the graph plot creation. Return value: Application. This property is read only.
|
| BreakBetweenColumns
|
Returns/sets whether breaks between columns are inserted into the graph. Return/assignment value: Boolean.
|
| CategoryOne
|
Returns the value of the first categorical variable. Return value: StatsGraphsCategory. This property is read only.
|
| CategoryTwo
|
Returns the value of the second categorical variable. Return value: StatsGraphsCategory. This property is read only.
|
| DisplayCorrelationAndP
|
Returns/sets whether correlation and p statistics are included in the graph. Return/assignment value: Boolean.
|
| DisplayDescriptiveStatistics
|
Returns/sets whether descriptive statistics are displayed in the graph. Return/assignment value: Boolean.
|
| DisplayKolmogorovSmirnovTest
|
Returns/sets whether a Kolmogorov-Smirnov test is displayed in the graph. Return/assignment value: Boolean.
|
| DisplayRSquare
|
Returns/sets whether R-square statistics are included in the graph. Return/assignment value: Boolean.
|
| DisplayRegressionEquation
|
Returns/sets whether the regression equation is displayed in the graph. Return/assignment value: Boolean.
|
| DisplayShapiroWilkTest
|
Returns/sets whether a Shapiro-Wilks test is displayed in the graph. Return/assignment value: Boolean.
|
| DisplayTotalCount
|
Returns/sets whether a total count is displayed in the graph. Return/assignment value: Boolean.
|
| DocumentStyle
|
Returns/sets the document style (size) of the graph (normal, printer page, landscape, landscape printer, A4 (document, printer, landscape, landscape printer), slide. Return/assignment value: String.
|
| GraphStyle
|
Returns/sets the graph style of the graph. Return/assignment value: String.
|
| Graphs
|
Creates a graph. Return value: Object. This property is read only.
|
| HistogramFitType
|
Returns/sets the fit type to be plotted for the histogram (off, normal, beta, exponential, extreme, gamma, geometric, laplace, logistic, lognormal, poisson rayleigh, weibull). Return/assignment value: TypeOfHistogramFit.
|
| IntervalsX
|
Returns/sets the intervals for the X histogram (integer, category, codes). Return value: StatsGraphsCategory. This property is read only.
|
| IntervalsY
|
Returns/sets the intervals for the Y histogram (integer, category, codes). Return value: StatsGraphsCategory. This property is read only.
|
| Name
|
Returns/sets the name of the graph plot creation. Return value: String. This property is read only.
|
| Options
|
Returns the statistical graph options of the graph. Return value: StatsGraphsOptions. This property is read only.
|
| OverlaidCat
|
Returns/sets whether the categorized graph is overlaidOverlaidCat. Return/assignment value: Boolean.
|
| Parent
|
Returns the application associated with the graph plot creation. Return value: Application. This property is read only.
|
| ScatterPlotFitType
|
Returns/sets the fit type to be plotted for the scatterplot (off, linear, polynomial, logarithmic, exponential, distance weighted LS, negative exponential weighted LS, spline, lowess). Return/assignment value: TypeOfFit.
|
| SelectionCondition
|
Returns the selection conditions of the graph. Return value: SelectionCondition. This property is read only.
|
| X_HistogramSize
|
Returns/sets the size for the X Histogram. Return/assignment value: Integer.
|
| Y_HistogramSize
|
Returns/sets the size for the Y Histogram. Return/assignment value: Integer.
|