 |
AxisWithLabelsBaseNodeSetCustomMajorTickValues Method |
SetCustomMajorTickValues method sets custom float values that represents custom major tick values.
The tick values should be between MinimumValue and MaximumValue (values outside of this range will not be shown).
The values define the text for the shown labels (when custom labels are not used) and also define the positions of the major tick lines and value labels -
if the value is in the middle between MinimumValue and MaximumValue,
the tick and label will be also shown in the middle between AxisStartPosition and AxisEndPosition.
When customMajorTickValues is null, then major thick lines and value labels will not be shown.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void SetCustomMajorTickValues(
float[]? customMajorTickValues
)
Parameters
- customMajorTickValues Single
- array of float values that represents custom major tick values
See Also