The format of the displayed regular value if the axis displays months.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also