Gets or sets the Y axis. By default, this is the Y axis of the containing Chart control. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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