 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void SetCustomMinorTickValues(
float[]? customMinorTickValues
)
Parameters
- customMinorTickValues Single
- array of float values that represents custom minor tick values
See Also