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.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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