|
RYAxisScaleControl
Purpose This property controls the grid's scale used for the right Y axis. Possible values are defined by the following constants:
Graph VCL Enumerations eAxisScaleControl = (gAuto, gLinear, gLog);
Scientific Graph VCL Enumerations eAxisScaleControl = (sgAuto, sgLinear, sgLog);
Comments PeGrid.Configure.RYAxisScaleControl members of Pego.PeGrid.Configure, Pesgo.PeGrid.Configure
Auto scaling will determine if the object should use a normal or log scale. If the datas range is larger than or equal to 10e3, then a log scale will be used.
If the extents of the scale go to zero or below, the only allowed scale will be PEAC_NORMAL.
See Also: YAxisScaleControl, XAxisScaleControl, ScaleForRYData, ManualScaleControlRY, and ManualRYAxisTicknLine
Within the demo, see example 110. |
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|