Nevron .NET Vision
Nevron.Chart Namespace / NBubbleSeries Class / BubbleSizeScale Property


In This Topic
    BubbleSizeScale Property
    In This Topic
    Gets or sets the bubble scale
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the bubble scale")>
    Public Property BubbleSizeScale As NBubbleSizeScale
    'Usage
     
    
    Dim instance As NBubbleSeries
    Dim value As NBubbleSizeScale
     
    instance.BubbleSizeScale = value
     
    value = instance.BubbleSizeScale
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the bubble scale")]
    public NBubbleSizeScale BubbleSizeScale {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also