'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the Data Series that holds the X values of the series data points.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property XValues As NDataSeriesDouble
'Usage
Dim instance As NXYScatterSeries Dim value As NDataSeriesDouble instance.XValues = value value = instance.XValues
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the Data Series that holds the X values of the series data points.")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble XValues {get; set;}