Click or drag to resize
Ab4d.SharpEngine logo

AxisWithLabelsBaseNodeSetCustomMinorTickValues Method

SetCustomMinorTickValues method sets custom float values that represents custom minor tick values. The tick values should be between MinimumValue and MaximumValue (values outside of this range will not be shown). The values define the positions of the minor tick lines. When customMinorTickValues is null, then minor thick lines will not be shown.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public void SetCustomMinorTickValues(
	float[]? customMinorTickValues
)

Parameters

customMinorTickValues  Single
array of float values that represents custom minor tick values
See Also