|
ManualScaleControlRY
Purpose 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);
Scientific Graph VCL Enumerations eManualScaleControl = (sgAutoScale, sgManualMin, sgManualMax, sgManualMinAndMax);
Polar/Smith Chart VCL Enumerations eManualScaleControl = (psAutoScale, psManualMin, psManualMax, psManualMinAndMax);
Comments PeGrid.Configure.ManualScaleControlRY members of Pego.PeGrid.Configure, Pesgo.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 ManualMinRY and/or ManualMaxRY with the automatically generated value(s).
See Also: AutoMinMaxPadding, ManualScaleControlY, ManualScaleControlX, ManualScaleControlTX, 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. |