ComponentOne Chart for WPF and Silverlight
IsDependent Property


C1.WPF.C1Chart Namespace > Axis Class : IsDependent Property
Gets or sets whether the axis is dependent from the main chart axis. Only for auxiliary axes.
Syntax
'Declaration
 
Public Property IsDependent As System.Boolean
'Usage
 
Dim instance As Axis
Dim value As System.Boolean
 
instance.IsDependent = value
 
value = instance.IsDependent
public System.bool IsDependent {get; set;}
See Also

Reference

Axis Class
Axis Members