ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / VisibleProperty Field


In This Topic
    VisibleProperty Field
    In This Topic
    Identifies the Visible dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly VisibleProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = Axis.VisibleProperty
    public static readonly DependencyProperty VisibleProperty
    See Also