ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / IsDependent Property


In This Topic
    IsDependent Property
    In This Topic
    Gets or sets whether the axis is dependent from the main chart axis. Only for auxiliary axes.
    Syntax
    'Declaration
     
    
    Public Property IsDependent As Boolean
    'Usage
     
    
    Dim instance As Axis
    Dim value As Boolean
     
    instance.IsDependent = value
     
    value = instance.IsDependent
    public bool IsDependent {get; set;}
    See Also