Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DSetCustomValueColors 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. To set custom value colors, call SetCustomValueColors(Color) method.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public void SetCustomValueColors(
	Color[] customValueColors
)

Parameters

customValueColors  Color
array of colors that represents custom colors for value labels
See Also