IMSL C# Numerical Library

ChartNode.DATA_TYPE_LINE Field

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

public const int DATA_TYPE_LINE = 1;

Remarks

This is the default setting.

See Also

ChartNode Class | Imsl.Chart2D Namespace