 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void SetCustomValueColors(
Color4[]? customValueColors
)
Parameters
- customValueColors Color4
- array of colors that represents custom colors for value labels
See Also