ChartNodeDATA_TYPE_LINE Field |
An int which when assigned to attribute "DataType" indicates
that data points should be connected with line segments.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public const int DATA_TYPE_LINE
Public Const DATA_TYPE_LINE As Integer
public:
literal int DATA_TYPE_LINE
static val mutable DATA_TYPE_LINE: int
Field Value
Type:
Int32Remarks
This is the default setting.
See Also