'Declaration
<System.Xml.Serialization.XmlElementAttribute("ZValuesMode")> <System.ComponentModel.CategoryAttribute("Grid Options")> <System.ComponentModel.DescriptionAttribute("Specifies the mode for the surface Z values.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ZValuesMode As GridSurfaceValuesMode
'Usage
Dim instance As NGridSurfaceSeries Dim value As GridSurfaceValuesMode instance.ZValuesMode = value value = instance.ZValuesMode
[System.Xml.Serialization.XmlElement("ZValuesMode")] [System.ComponentModel.Category("Grid Options")] [System.ComponentModel.Description("Specifies the mode for the surface Z values.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public GridSurfaceValuesMode ZValuesMode {get; set;}