An int which when assigned to attribute "DataType" indicates that data points should be connected with line segments.

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

Syntax

C#
public const int DATA_TYPE_LINE
Visual Basic (Declaration)
Public Const DATA_TYPE_LINE As Integer
Visual C++
public:
literal int DATA_TYPE_LINE

Remarks

This is the default setting.

See Also