
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class BubbleSeries Inherits XYScatterSeries
'Usage Dim instance As BubbleSeries
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class BubbleSeries : XYScatterSeries
Dim bubbleSeries As BubbleSeries = Chart.Series.Add(SeriesType.Bubble)
BubbleSeries bubbleSeries = Chart.Series.Add(SeriesType.Bubble);
System.Object
Xceed.Chart.Core.SeriesBase
Xceed.Chart.Core.Series
Xceed.Chart.Core.XYScatterSeries
Xceed.Chart.Core.BubbleSeries
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