Xceed Chart for WinForms v4.4 Documentation
BarSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : BarSeries Class
Represents a bar series.
Object Model
BarSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class BarSeries 
   Inherits Series
'Usage
 
Dim instance As BarSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class BarSeries : Series 
Remarks
The user can create an instance of this class with the help of the Add method of the SeriesCollection class.

Dim barSeries As BarSeries =  Chart.Series.Add(SeriesType.Bar)

BarSeries barSeries = Chart.Series.Add(SeriesType.Bar);
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.SeriesBase
      Xceed.Chart.Core.Series
         Xceed.Chart.Core.BarSeries

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

BarSeries Members
Xceed.Chart.Core Namespace
Series Class