Click or drag to resize
CMVIEWAxisY Method
Draw a Y axis

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
All coordinates are in view units.
Syntax
public void AxisY(
	double x_loc,
	double bottom,
	double top,
	double major_tick,
	double minor_tick,
	double tick_size
)

Parameters

x_loc
Type: SystemDouble
X location in view units
bottom
Type: SystemDouble
Bottom Y
top
Type: SystemDouble
Top Y
major_tick
Type: SystemDouble
Major tick interval
minor_tick
Type: SystemDouble
Minor tick interval (half size of major)
tick_size
Type: SystemDouble
Tick size in view units (negative for left ticks)
See Also