Gets a collection of alternative Y axes.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Collection<ChartAxis> AlternativeYAxes { get; }
Visual Basic
Public ReadOnly Property AlternativeYAxes As Collection(Of ChartAxis)
	Get
Visual C++
public:
property Collection<ChartAxis^>^ AlternativeYAxes {
	Collection<ChartAxis^>^ get ();
}

Remarks

Multiple Y axes allow the plotting of data on different scales on the same graph.

See Also