External data file type (xml or csv). Used when data loaded from external file

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

Syntax

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

See Also