 |
AxesBoxNodeValueDisplayFormatString 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
(current culture by default).
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic string ValueDisplayFormatString { get; set; }Property Value
String
See Also