Gets or sets date/time (x) axis for the chart. Axis with default settings is used by default. This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public DateTimeAxis DateTimeAxis { get; set; }
Visual Basic (Declaration)
Public Property DateTimeAxis As DateTimeAxis
Visual C++
public:
property DateTimeAxis^ DateTimeAxis {
	DateTimeAxis^ get ();
	void set (DateTimeAxis^ value);
}

See Also