[VB] | Public Sub syncYAxis([ slope As Double [, intercept As Double ]]) |
[C#] | public void syncYAxis([ double slope [, double intercept ]]); |
ChartDirector 5.1 (.NET Edition)
XYChart.syncYAxis
Usage
[VB] | Public Sub syncYAxis([ slope As Double [, intercept As Double ]]) |
[C#] | public void syncYAxis([ double slope [, double intercept ]]); |
Description
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