IMSL C# Numerical Library

ChartNode.DATA_TYPE_PICTURE Field

An int which when assigned to attribute "DataType" indicates that an image (attribute "Image") should be drawn at each data point.

public const int DATA_TYPE_PICTURE = 32;

Remarks

This can be used to draw fancy markers.

See Also

ChartNode Class | Imsl.Chart2D Namespace