[]
        
(Showing Draft Content)

C1.WPF.C1Chart.BubbleScale

BubbleScale Enum

Specifies how to calculate the size of symbols for Bubble chart.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public enum BubbleScale : byte

Fields

Name Description
Area

Scales the symbols according to area(quadratic size).

Diameter

Scales the symbols according to diameter(linear size).