Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DvalueLabels Field

A list of strings that define the text for value label that is shown for each major value. Indexes of texts are the same as indexes in majorTickValues. Custom value labels can be set by calling SetCustomValueLabels(String) method. 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#
protected List<string> valueLabels

Field Value

ListString
See Also