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


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