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