[]
Bubble chart options.
public class BubbleOptions : DependencyObject
| Name | Description |
|---|---|
| BubbleOptions() |
| Name | Description |
|---|---|
| MaxSizeProperty | Identifies the MaxSize dependency property. |
| MinSizeProperty | Identifies the MinSize dependency property. |
| ScaleProperty |
| Name | Description |
|---|---|
| GetMaxSize(C1Chart) | Returns the value of the MaxSizeProperty attached property for a specified chart. |
| GetMinSize(C1Chart) | Returns the value of the MinSizeProperty attached property for a specified chart. |
| GetScale(C1Chart) | Returns the value of the ScaleProperty attached property for a specified chart. |
| SetMaxSize(C1Chart, Size) | Sets the value of the MinSizeProperty attached property for a specified chart. |
| SetMinSize(C1Chart, Size) | Sets the value of the MinSizeProperty attached property for a specified chart. |
| SetScale(C1Chart, BubbleScale) | Sets the value of the ScaleProperty attached property for a specified chart. |