[]
        
(Showing Draft Content)

C1.WPF.C1Chart.BubbleOptions

BubbleOptions Class

Bubble chart options.

Inheritance
BubbleOptions
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class BubbleOptions : DependencyObject

Constructors

Name Description
BubbleOptions()

Fields

Name Description
MaxSizeProperty

Identifies the MaxSize dependency property.

MinSizeProperty

Identifies the MinSize dependency property.

ScaleProperty

Methods

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.