 |
AxisWithLabelsBaseNodeSetCustomValueLabels Method |
SetCustomValueLabels method sets custom texts that will be used as value labels.
One value label is displayed for one major tick.
The number of elements in the customValueLabels array should be the same as number of displayed major ticks (to get this number call GetValueLabels method).
To skip a value label set the array element to null or empty string.
To set custom value colors, call SetCustomValueColors method.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void SetCustomValueLabels(
string[]? customValueLabels
)
Parameters
- customValueLabels String
- array of string that represents custom texts that will be used as value labels
See Also