[This is preliminary documentation and is subject to change.]

Gets or sets new path.

Namespace:  AmCharts.Windows.QuickCharts
Assembly:  AmCharts.Windows.QuickCharts (in AmCharts.Windows.QuickCharts.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also