[VB] | Public Sub syncAxis(axis As Axis [, slope As Double [, intercept As Double ]]) |
[C#] | public void syncAxis(Axis axis [, double slope [, double intercept ]]); |
ChartDirector 5.1 (.NET Edition)
Axis.syncAxis
Usage
[VB] | Public Sub syncAxis(axis As Axis [, slope As Double [, intercept As Double ]]) |
[C#] | public void syncAxis(Axis axis [, double slope [, double intercept ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
axis | (Mandatory) | The axis to synchronize to. A value of null means not to synchronize to any axis. |
slope | 1 | The slope for synchronizing this axis to the other axis. |
intercept | 0 | The intercept parameter for synchronizing this axis to the other axis. |
Return Value