Gets or sets the title of the Y axis that this data series will be plotted against. This is used for plotting along an alternate Y axis of the Chart. 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 string YAxisTitle { get; set; }
Visual Basic
Public Property YAxisTitle As String
	Get
	Set
Visual C++
public:
property String^ YAxisTitle {
	String^ get ();
	void set (String^ value);
}

See Also