Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DSetCustomValueLabels Method

SetCustomValueLabels method sets custom texts that will be used as value labels. One value label is displayed for one major tick. 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 skip a value label set the array element to null or empty string.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void SetCustomValueLabels(
	string[] customValueLabels
)

Parameters

customValueLabels  String
array of string that represents custom texts that will be used as value labels
See Also