IMSL C# Numerical Library

ChartNode.DATA_TYPE_FILL Field

An int which when assigned to attribute "DataType" indicates that the area between the lines connecting data points and the horizontal reference line (y = attribute "Reference") should be filled.

public const int DATA_TYPE_FILL = 4;

Remarks

This is an area chart.

See Also

ChartNode Class | Imsl.Chart2D Namespace