BubbleChartView Members
Contains settings that control how bubble series are displayed in a Chart.Constructors
| Name | Description |
|---|---|
| BubbleChartView() | Initializes a new instance of the BubbleChartView class. |
Properties
| Name | Description |
|---|---|
| AxisGroup | Inherited from ChartViewBase. |
| BubbleScale | Gets or sets the scale factor for bubbles. |
| ChartType | Gets the chart type of this view. |
| DataLabels | Returns data label settings for bubble series points. |
| DisplayBubblesAs3D | Gets or sets whether bubbles are displayed with a 3D effect. |
| ShowNegativeBubbles | Gets or sets whether bubbles with negative size values are displayed. |
| SizeRepresentation | Gets or sets what value is used to display bubble sizes (bubble width or bubble area). |
| VaryColors | Inherited from ColorfulChartView. |
Methods
| Name | Description |
|---|---|
| Clone() |
Creates a copy of the current OfficeObject.
Inherited from OfficeObject. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also