[]
Represents properties specific to Bubble charts.
public class ChartBubble : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
EncodingMethod | Gets or sets the method used for calculating bubble size in a bubble chart. |
MaximumSize | Gets or sets the maximum bubble size in a bubble chart, as percentage of the diameter (or area) of the plot area. |
MinimumSize | Gets or sets the minimum bubble size in a bubble chart, as percentage of the diameter (or area) of the plot area. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |