ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleOptions Class
Members


In This Topic
    BubbleOptions Class
    In This Topic
    Bubble chart options.
    Object Model
    BubbleOptions Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class BubbleOptions 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As BubbleOptions
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class BubbleOptions : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.BubbleOptions

    See Also