|
AutoMinMaxPadding
|
This property is an older property used before we had individual axis settings. Now, setting this property sets all properties: AutoMinMaxPaddingY, AutoMinMaxPaddingRY, AutoMinMaxPaddingX, AutoMinMaxPaddingTX, and AutoMinMaxPaddingZ.
|
|
AutoMinMaxPaddingRY
|
This property represents the percentage added above and below the automatically determined range for the right y axis when ManualScaleControlRY is set to PEMSC_NONE.
|
|
AutoMinMaxPaddingY
|
This property represents the percentage added above and below the automatically determined range for the y axis when ManualScaleControlY is set to PEMSC_NONE.
|
|
GridLineMultiples
|
Setting this property to TRUE will not force the grid line numbers to be multiples of 2, 5, and 10. You will not normally set this property unless you are using ManualYAxisTicknLine or related property and having trouble setting certain grid line and tick frequencies.
|
|
ManualMaxRY
|
This property is used in conjunction with ManualScaleControlRY. If ManualScaleControlRY is equal to PEMSC_MAX or PEMSC_MINMAX, then the value defined by ManualMaxRY will be the maximum extent of the right y axis.
|
|
ManualMaxY
|
This property is used in conjunction with ManualScaleControlY. If ManualScaleControlY is equal to PEMSC_MAX or PEMSC_MINMAX, then the value defined by ManualMaxY will be the maximum extent of the left y axis.
|
|
ManualMinRY
|
This property is used in conjunction with ManualScaleControlRY. If ManualScaleControlRY is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinRY will be the minimum extent of the right Y axis.
|
|
ManualMinY
|
This property is used in conjunction with ManualScaleControlY. If ManualScaleControlY is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinY will be the minimum extent of the left y axis.
|
|
ManualRYAxisLine
|
This property provides manual control of the density of grid lines on the right y axis. Grid lines will be placed at multiples of the defined value.
|
|
ManualRYAxisTick
|
This property provides manual control of the density of grid tick marks on the right y axis. Grid tick marks will be placed at multiples of the defined value.
|
|
ManualRYAxisTicknLine
|
This property determines whether the right Y axis has manual grid line and tick mark densities.
|
|
ManualScaleControlRY
|
This property is used in conjunction with ManualMinRY and ManualMaxRY. This property allows manual control of the range of the graphs right Y axis scale. Possible values are: Graph VCL Enumerations eManualScaleControl = (gAutoScale, gManualMin, gManualMax, gManualMinAndMax);
|
|
ManualScaleControlY
|
This property is used in conjunction with ManualMinY and ManualMaxY. This property allows manual control of the range of the graphs y axis scale. Possible values are: Graph VCL Enumerations eManualScaleControl = (gAutoScale, gManualMin, gManualMax, gManualMinAndMax);
|
|
ManualXAxisLine
|
This property provides manual control of the density of grid lines on the x axis. Grid lines will be placed at multiples of the defined value.
|
|
ManualXAxisTick
|
This property provides manual control of the density of grid tick marks on x axis. Grid tick marks will be placed at multiples of the defined value.
|
|
ManualXAxisTicknLine
|
This property determines whether the X axis has manual grid line and tick mark densities. Polar Charts use this property to control degree ticks and lines. ManualXAxisTick controls the degree ticks and ManualXAxisLine controls the degree lines and labels.
|
|
ManualYAxisLine
|
This property provides manual control of the density of grid lines on y axis. Grid lines will be placed at multiples of the defined value.
|
|
ManualYAxisTick
|
This property provides manual control of the density of grid tick marks on y axis. Grid tick marks will be placed at multiples of the defined value.
|
|
ManualYAxisTicknLine
|
This property determines whether the Y axis has manual grid line and tick mark densities.
|
|
Polar30DegreeThreshold
|
This property manually sets how far 30 degree lines extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Y axis).
|
|
PolarLineThreshold
|
This property manually sets how far default degree grid lines extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Y axis).
|
|
PolarTickThreshold
|
This property manually sets how far radial tick marks extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Y axis). These tick marks only extend if used with XAxisLongTicks, and YAxisLongTicks.
|
|
RYAxisLineLimit
|
If non-zero, this property controls the maximum number of major right y axis grid lines attempted when ManualRYAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.
|
|
RYAxisWholeNumbers
|
If TRUE, right 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.
|
|
YAxisLineLimit
|
If non-zero, this property controls the maximum number of major y axis grid lines attempted when ManualYAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.
|
|
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.
|
|
ZeroDegreeOffset
|
This property controls the location of zero degrees. By default it is at 3 oclock. Setting this property to 90 will position 0 degrees at 12 oclock. Setting this property to 90 will position 0 degrees as 6 oclock.
|