ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ZoomAction Class / Fill Property


In This Topic
    Fill Property
    In This Topic
    Gets or sets the fill brush that is used for painting selection area.
    Syntax
    'Declaration
     
    
    Public Property Fill As Brush
    'Usage
     
    
    Dim instance As ZoomAction
    Dim value As Brush
     
    instance.Fill = value
     
    value = instance.Fill
    public Brush Fill {get; set;}
    See Also