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

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

Syntax

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

Remarks

This can be used to draw fancy markers.

See Also