 |
AxisWithLabelsBaseNodeSetCustomValueColors Method |
SetCustomValueColors method sets custom colors for value labels.
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 stop using custom value color, call this method with null.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic void SetCustomValueColors(
Color4[]? customValueColors
)
Parameters
- customValueColors Color4
- array of colors that represents custom colors for value labels
See Also