[]
Represents a bubble series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<XYBubbleSeries>))]
public class XYBubbleSeries : XYSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of XYBubbleSeries)))>
Public Class XYBubbleSeries
Inherits XYSeries
Implements ICloneable, IXmlSerializable
Each point contains two values: value and size. Bubble borders and bubble fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Bubble size is measured relative to plot area width (with a range 0 to 1). Bubble depth is measured relative to floor grid (with a range of 0 to 1).
| Name | Description |
|---|---|
| XYBubbleSeries() | Creates a new series. |
| XYBubbleSeries(XYBubbleSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| BubbleSize | Gets or sets the size of the largest bubble. |
| Count | Gets the number of points in the series. |
| GapDepth | Gets or sets the amount of space between series. |
| LabelContainsSizeValue | Gets or sets whether the size value is displayed in the labels. |
| LabelContainsXValue | Gets or sets whether the x value is displayed in the labels. |
| LabelContainsYValue | Gets or sets whether the y value is displayed in the labels. |
| NegativeBorder | Gets or sets the negative border for the series. |
| NegativeBorders | Gets the collection of negative borders for the series. |
| NegativeFill | Gets or sets the negative fill for the series. |
| NegativeFills | Gets the collection of negative fills for the series. |
| NegativeVisible | Gets or sets whether bubbles with negative size are visible. |
| PositiveBorder | Gets or sets the positive border for the series. |
| PositiveBorders | Gets the collection of positve borders for the series. |
| PositiveFill | Gets or sets the positive fill for the series. |
| PositiveFills | Gets the collection of positive fills for the series. |
| SizeRepresentsArea | Gets or sets whether data point size values represent area of bubble or width of bubble. |
| SizeValues | Gets the collection of size values for the series. |
| VaryColors | Gets or sets whether each data point is displayed with a different color. |
| XValues | Gets the collection of x values for the series. |
| YValues | Gets the collection of y values for the series. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this series. |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| ReadXmlElement(XmlReader) | Reads the child XML element. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |