CSLineID(Int32, Double) Constructor |
Initialize a 2D identifier from the parallel axis and the physical value of the perpendicular axis.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CSLineID(
int parallelAxisNumber,
double logicalValueOther
)
Parameters
- parallelAxisNumber Int32
- Number of parallel axis (0=X, 1=Y).
- logicalValueOther Double
- The logical value of the axis perpendicular to the parallel axis.
See Also