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