Gets or sets whether the axis is dependent from the main chart axis. Only for auxiliary axes.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public bool IsDependent { get; set; }
Visual Basic
Public Property IsDependent As Boolean
	Get
	Set

See Also