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