'Declaration
<System.ComponentModel.CategoryAttribute("Contour Chart")> <System.ComponentModel.DescriptionAttribute("Draws the surface in flat mode (contour chart).")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property DrawFlat As System.Boolean
'Usage
Dim instance As NSurfaceSeriesBase Dim value As System.Boolean instance.DrawFlat = value value = instance.DrawFlat
[System.ComponentModel.Category("Contour Chart")] [System.ComponentModel.Description("Draws the surface in flat mode (contour chart).")] [System.ComponentModel.DefaultValue(false)] public System.bool DrawFlat {get; set;}