Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DValueDisplayFormatString Property

Gets or sets the string that defines the format string that is used to format the displayed values. When this string is empty, then values are not displayed. Default value is "#,##0". Culture that is used to format the value is defined by the ValueDisplayCulture property (InvariantCulture by default).

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public string ValueDisplayFormatString { get; set; }

Property Value

String
See Also