ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("ChartOptions.BubbleMaxSize", "Gets or sets the maximum symbol size for bubble chart.")>
    <DefaultValueAttribute(30)>
    Public Property BubbleMaxSize As Double
    [C1Description("ChartOptions.BubbleMaxSize", "Gets or sets the maximum symbol size for bubble chart.")]
    [DefaultValue(30)]
    public double BubbleMaxSize {get; set;}
    See Also