 |
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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic void SetCustomValueLabels(
string[]? customValueLabels
)
Parameters
- customValueLabels String
- array of string that represents custom texts that will be used as value labels
See Also