Gets or sets the X axis. By default, this is the X 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 XAxis { get; set; }
Visual Basic
Public Property XAxis As ChartAxis
	Get
	Set
Visual C++
public:
property ChartAxis^ XAxis {
	ChartAxis^ get ();
	void set (ChartAxis^ value);
}

See Also