|
ManualScaleControlZ
Purpose This property is used in conjunction with ManualMinZ and ManualMaxZ.
When used with the Scientific Graph Object, this property allows manual control of the range of the graphs contour lines.
When used with the 3D Scientific Graph Object, this property allows manual control of the range of the graphs z 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.ManualScaleControlZ 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 ManualMinZ and/or ManualMaxZ with the automatically generated value(s).
See Also: AutoMinMaxPadding, ManualScaleControlY, ManualScaleControlX
When using the Scientific Graph, you will normally leave this defaulted to PEMSC_NONE or set to PEMSC_MINMAX.
It is likely you will also want to set ManualContourLine.
Within the demo, see example 112.
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |