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