IMSL C# Numerical Library

ChartNode.DataType Property

Specifies how the data is to be rendered.

public virtual int DataType {get; set;}

Property Value

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

ChartNode Class | Imsl.Chart2D Namespace