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


In This Topic
    MaxSizeProperty Field
    In This Topic
    Identifies the MaxSize dependency property.
    Syntax
    'Declaration
     
    
    Public Shared MaxSizeProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = BubbleOptions.MaxSizeProperty
     
    BubbleOptions.MaxSizeProperty = value
    public static DependencyProperty MaxSizeProperty
    See Also