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