|
ManualScaleControlY
Purpose 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);
Scientific Graph VCL Enumerations eManualScaleControl = (sgAutoScale, sgManualMin, sgManualMax, sgManualMinAndMax);
3D Scientific Graph VCL Enumerations eManualScaleControl = (tdAutoScale, tdManualMin, tdManualMax, tdManualMinAndMax);
Polar/Smith Chart VCL Enumerations eManualScaleControl = (psAutoScale, psManualMin, psManualMax, psManualMinAndMax);
Comments PeGrid.Configure.ManualScaleControlY members of Pego.PeGrid.Configure, Pesgo.PeGrid.Configure, Pe3do.PeGrid.Configure, Pepso.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 ManualMinY and/or ManualMaxY with the automatically generated value(s).
See Also: ScrollingScaleControl, AutoMinMaxPadding, ManualScaleControlRY, ManualScaleControlX, ManualScaleControlTX, and ManualScaleControlZ
For 3D Scientific Graph, see also ManualScaleCullMinY, ManualScaleCullMaxY
Within the demo, see example 112.
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |