|
ManualScaleControlX
Purpose This property is used in conjunction with ManualMinX and ManualMaxX. This property allows manual control of the range of the graphs x axis scale. Possible values are:
Scientific Graph VCL Enumerations eManualScaleControl = (sgAutoScale, sgManualMin, sgManualMax, sgManualMinAndMax);
3D Scientific Graph VCL Enumerations eManualScaleControl = (tdAutoScale, tdManualMin, tdManualMax, tdManualMinAndMax);
Comments PeGrid.Configure.ManualScaleControlX members of Pesgo.PeGrid.Configure, Pe3do.PeGrid.Configure
If this property is not set to PEMSC_MINMAX, ProEssentials will automatically evaluate the range of data and add padding to the min and/or max. It will also update ManualMinX and/or ManualMaxX with the automatically generated value(s).
See Also: ScrollingScaleControl, AutoMinMaxPadding, ManualScaleControlY, ManualScaleControlTX, ManualScaleControlRY, and ManualScaleControlZ
Within the demo, see example 112.
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |