AutoMinMaxPadding
|
Older property, replaced by below properties. Setting this property, sets all properties AutoMinMaxPaddingY, AutoMinMaxPaddingX, and AutoMinMaxPaddingZ.
|
AutoMinMaxPaddingX
|
This property represents the percentage added above and below the automatically determined range for the x axis when Grid.Configure.ManualScaleControlX is set to None(automatic).
|
AutoMinMaxPaddingY
|
This property represents the percentage added above and below the automatically determined range for the y axis when Grid.Configure.ManualScaleControlY is set to None(automatic).
|
AutoMinMaxPaddingZ
|
This property represents the percentage added above and below the automatically determined range for the z axis when Grid.Configure.ManualScaleControlZ is set to None(automatic).
|
AutoPadBeyondZeroX
|
The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values. Set to True to allow the padding to potentially extend beyond the zero origin for the x axis.
|
AutoPadBeyondZeroY
|
The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values. Set to True to allow the padding to potentially extend beyond the zero origin for the y axis.
|
AutoPadBeyondZeroZ
|
The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values. Set to True to allow the padding to potentially extend beyond the zero origin for the z axis.
|
GridLineMultiples
|
Setting this property to FALSE will remove the limitation that grid line numbers must be multiples of 2, 5, and 10. Normally not needed unless you are using Grid.Configure.ManualYAxisTicknLine or related property and having trouble setting certain grid line and tick frequencies.
|
ManualMaxX
|
Gets and Sets the x axis maximum value. Setting this value also depends on setting ManualScaleControlX.
|
ManualMaxY
|
Gets and Sets the y axis maximum value. Setting this value also depends on setting ManualScaleControlY.
|
ManualMaxZ
|
Gets and Sets the contour line maximum value when Plot.Method is set to ContourLine or ContourColor. Setting this value also depends on setting ManualScaleControlZ.
|
ManualMinX
|
Gets and Sets the x axis minimum value. Setting this value also depends on setting ManualScaleControlX.
|
ManualMinY
|
Gets and Sets the y axis minimum value. Setting this value also depends on setting ManualScaleControlY.
|
ManualMinZ
|
Gets and Sets the contour line minimum value when Plot.Method is set to ContourLine or ContourColor. Setting this value also depends on setting ManualScaleControlZ.
|
ManualScaleControlX
|
Gets and Sets whether the x axis's extents are automatically configured or manually configured via ManualMinX and ManualMaxX.
|
ManualScaleControlY
|
Gets and Sets whether the y axis's extents are automatically configured or manually configured via ManualMinY and ManualMaxY.
|
ManualScaleControlZ
|
Gets and Sets whether the contour line extents are automatically configured or manually configured via ManualMinZ and ManualMaxZ. Contours are produced when Plot.Method is set to ContourLine or ContourColor.
|
ManualScaleCullMaxY
|
When using ManualScaleControlY and ManualMaxY, this property controls if data is hidden when above the ManualMaxY value. For surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line plotting methods.
|
ManualScaleCullMinY
|
When using ManualScaleControlY and ManualMinY, this property controls if data is hidden when below the ManualMinY value. For surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line plotting methods, Bar Polymode.
|
ManualScaleCullX
|
When using ManualScaleControlX and ManualMinX / ManualMaxX, this property controls if data is hidden when outside manual range. For Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line, Area/Waterfall plotting methods.
|
ManualScaleCullZ
|
When using ManualScaleControlZ and ManualMinZ / ManualMaxZ, this property controls if data is hidden when outside manual range. For Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line, Area/Waterfall plotting methods.
|
ManualScalePlateauMaxY
|
When using ManualScaleControlY and ManualMaxY, this property controls if data is truncated to the ManualMaxY value.
For Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line, Area/Waterfall plotting methods, Bar Polymode.
|
ManualScalePlateauMinY
|
When using ManualScaleControlY and ManualMinY, this property controls if data is truncated to the ManualMinY value.
For Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True), Scatter Polymode, Point, Line, Area/Waterfall plotting methods, Bar Polymode.
|
ManualXAxisLine
|
Gets and Sets the x axis grid line frequency. Setting this value also depends on setting ManualXAxisTicknLine and ManualXAxisTick.
|
ManualXAxisTick
|
Gets and Sets the x axis tick frequency. Setting this value also depends on setting ManualXAxisTicknLine and ManualXAxisLine.
|
ManualXAxisTicknLine
|
Gets or Sets whether x axis grid line frequency is automatically set or manually configured with ManualXAxisLine and ManualXAxisTick.
|
ManualYAxisLine
|
Gets and Sets the y axis grid line frequency. Setting this value also depends on setting ManualYAxisTicknLine and ManualYAxisTick.
|
ManualYAxisTick
|
Gets and Sets the y axis tick frequency. Setting this value also depends on setting ManualYAxisTicknLine and ManualYAxisLine.
|
ManualYAxisTicknLine
|
Gets or Sets whether y axis grid line frequency is automatically set or manually configured with ManualYAxisLine and ManualYAxisTick.
|
ManualZAxisLine
|
Gets and Sets the contour line frequency when Plot.Method is set to ContourLine or ContourColor. Setting this value to zero disables manual line frequency control.
|
ManualZAxisTick
|
Gets and Sets the z axis tick frequency. Setting this value also depends on setting ManualZAxisTicknLine and ManualZAxisLine.
|
ManualZAxisTicknLine
|
Gets or Sets whether z axis grid line frequency is automatically set or manually configured with ManualZAxisLine and ManualZAxisTick.
|
XAxisWholeNumbers
|
If True, x axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.
|
YAxisWholeNumbers
|
If True, y axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.
|
ZAxisWholeNumbers
|
If True, z axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.
|