Click or drag to resize
ChartNodeDataType Property
Specifies how the data is to be rendered.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int DataType { get; set; }

Property Value

Type: Int32
An int that contains the "DataType" attribute value.
Remarks
This should be some xor-ed combination of DATA_TYPE_LINE, DATA_TYPE_MARKER. By default, DataType = DATA_TYPE_LINE.
See Also