CSV file data separator (you need it only if you are using external CSV file for your data)

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

Syntax

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

See Also