Click or drag to resize
CMVIEWAxisX Method
Draw an X 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 AxisX(
	double y_loc,
	double left,
	double right,
	double major_tick,
	double minor_tick,
	double tick_size
)

Parameters

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