 |
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.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic void SetCustomMinorTickValues(
float[]? customMinorTickValues
)
Parameters
- customMinorTickValues Single
- array of float values that represents custom minor tick values
See Also