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