'Declaration <CategoryAttribute("Formatting")> <DescriptionAttribute("Gives access to the ValueFormatting object controlling the formatting of the elevation values.")> Public ReadOnly Property ValueFormatting As ValueFormatting
'Usage Dim instance As SurfaceSeriesBase Dim value As ValueFormatting value = instance.ValueFormatting
[Category("Formatting")] [Description("Gives access to the ValueFormatting object controlling the formatting of the elevation values.")] public ValueFormatting ValueFormatting {get;}