Gets or sets the YAxis used by the Chart. This is a dependency property.

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

Syntax

C#
public ChartAxis YAxis { get; set; }
Visual Basic
Public Property YAxis As ChartAxis
	Get
	Set
Visual C++
public:
property ChartAxis^ YAxis {
	ChartAxis^ get ();
	void set (ChartAxis^ value);
}

See Also