'Declaration
<System.ComponentModel.CategoryAttribute("Grid Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the data series holding the custom Z values for the grid surface.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ZValues As NDataSeriesDouble
'Usage
Dim instance As NGridSurfaceSeries Dim value As NDataSeriesDouble instance.ZValues = value value = instance.ZValues
[System.ComponentModel.Category("Grid Options")] [System.ComponentModel.Description("Gets or sets the data series holding the custom Z values for the grid surface.")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble ZValues {get; set;}