Click or drag to resize

CMVIEWOptimumTick Method

Return a default optimum tick interval

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void OptimumTick(
	double min,
	double max,
	ref double sep
)

public static void OptimumTick(
	double min,
	double max,
	ref double sep
)

Parameters

min
Type: SystemDouble
Minimum of range
max
Type: SystemDouble
Maximum
sep
Type: SystemDouble
Optimum interval
See Also