---+ .AXIS SYNC Y AXIS _This subroutine sets a linear formula to synchronize the secondary y-axis scale to the primary y-axis scale._ <br />%TOC% ---++ Usage: <pre> PASS <slope> FIELD SHARE? N PASS <intercept> FIELD SHARE? N GOSUB 0CD .AXIS SYNC Y AXIS * Check for error IF 0CD .AXIS SYNC Y AXIS NE </pre> ---++ Description: This subroutine sets a linear formula to synchronize the secondary y-axis scale to the primary y-axis scale. This is usually used if the two y-axes represent the same measurement using different units. Examples including temperature in Celsius and in Fahrenheit, and length in meters and feet. <div id="_mcePaste">The formula is :</div> <div id="_mcePaste">y2 = y1 * slope + intercept</div> Both parameters are optional, and if not received, <slope> defaults to 1 and <intercept> default to zero. To "un-synchronize" the 2 axes, pass a blank for <slope>. If neither parameter is received, this will simply duplicate the scale on both the primary and secondary axes. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-12-12
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDChartDirectorXYChartRoutines
>
CDAxisSyncYAxis
Topic revision: r2 - 2011-12-14 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback