FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / ChartOptions Class / BubbleMaxSize Property

In This Topic
    BubbleMaxSize Property (ChartOptions)
    In This Topic
    Gets or sets the maximum symbol size for bubble chart.
    Syntax
    'Declaration
     
    Public Property BubbleMaxSize As Double
    public double BubbleMaxSize {get; set;}
    See Also