'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Determines the type of objects contained in this data series.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property DataSeriesType As DataSeriesType
'Usage
Dim instance As NDataSeriesBase Dim value As DataSeriesType value = instance.DataSeriesType
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Determines the type of objects contained in this data series.")] [System.Xml.Serialization.XmlIgnore()] public DataSeriesType DataSeriesType {get;}