Click or drag to resize
Ab4d.SharpEngine logo

AxisWithLabelsBaseNodevalueLabels 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 method. To set custom value colors, call SetCustomValueColors method.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
protected List<string>? valueLabels

Field Value

ListString
See Also