Specifies how the data is to be rendered.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

An int that contains the "DataType" attribute value.

Remarks

This should be some xor-ed combination of DATA_TYPE_LINE, DATA_TYPE_MARKER. By default, DataType = DATA_TYPE_LINE.

See Also