Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesBase Class / DataSeriesType Property


In This Topic
    DataSeriesType Property
    In This Topic
    Determines the type of objects contained in this data series.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also