The format of the displayed first value if the axis displays days.

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

Syntax

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

See Also