ChartNodeDATA_TYPE_PICTURE Field |
An int which when assigned to attribute "DataType" indicates
that an image (attribute "Image") should be drawn at each data point.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public const int DATA_TYPE_PICTURE
Public Const DATA_TYPE_PICTURE As Integer
public:
literal int DATA_TYPE_PICTURE
static val mutable DATA_TYPE_PICTURE: int
Field Value
Type:
Int32Remarks
This can be used to draw fancy markers.
See Also