Click or drag to resize
CMVIEWAxisY Method
Draw a Y axis

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All coordinates are in view units.
Syntax
public void AxisY(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
X location in view units
d2
Type: SystemDouble
bottom Y
d3
Type: SystemDouble
top Y
d4
Type: SystemDouble
major tick interval
d5
Type: SystemDouble
minor tick interval (half size of major)
d6
Type: SystemDouble
tick size in view units (negative for left ticks)
See Also