ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartOptions Class / BubbleMinSize Property

In This Topic
    BubbleMinSize Property (ChartOptions)
    In This Topic
    Gets or sets the minimal symbol size for bubble chart.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartOptions.BubbleMinSize", "Gets or sets the minimal symbol size for bubble chart.")>
    <DefaultValueAttribute(5)>
    Public Property BubbleMinSize As Double
    [C1Description("ChartOptions.BubbleMinSize", "Gets or sets the minimal symbol size for bubble chart.")]
    [DefaultValue(5)]
    public double BubbleMinSize {get; set;}
    See Also