Xceed Chart for WinForms v4.4 Documentation
DataSeriesType Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : DataSeriesType Property
Determines the type of objects contained in this data series.
Syntax
'Declaration
 
<DescriptionAttribute("Determines the type of objects contained in this data series.")>
<CategoryAttribute("General")>
Public ReadOnly Property DataSeriesType As DataSeriesType
'Usage
 
Dim instance As DataSeries
Dim value As DataSeriesType
 
value = instance.DataSeriesType
[Description("Determines the type of objects contained in this data series.")]
[Category("General")]
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

Reference

DataSeries Class
DataSeries Members