Click or drag to resize
CMVIEWAxisX Method
Draw an X 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 AxisX(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
Y location in view units
d2
Type: SystemDouble
left X
d3
Type: SystemDouble
right X
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 down ticks)
See Also