[C#] | public void syncYAxis([ double slope [, double intercept ]]); |
[VB] | Public Sub syncYAxis([ slope As Double [, intercept As Double ]]) |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public void syncYAxis([ double slope [, double intercept ]]); |
[VB] | Public Sub syncYAxis([ slope As Double [, intercept As Double ]]) |
Description
y2 = y1 * slope + intercept
Arguments
Argument | Default | Description |
---|---|---|
slope | 1 | The slope parameter for the formula linking the secondary y-axis to the primary y-axis. |
intercept | 0 | The intercept parameter for the formula linking the secondary y-axis to the primary y-axis. |
Return Value