ChartNodeDATA_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.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public const int DATA_TYPE_FILL
Public Const DATA_TYPE_FILL As Integer
public:
literal int DATA_TYPE_FILL
static val mutable DATA_TYPE_FILL: int
Field Value
Type:
Int32Remarks
This is an area chart.
See Also