IMSL C# Numerical Library

AbstractChartNode.LabelType Property

Specifies the type of label to display.

public virtual int LabelType {get; set;}

Property Value

An int which contains the "LabelType" attribute value.

Remarks

This indicates how a data point is to be labeled. The default is to not label data points, LABEL_TYPE_NONE.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace | LABEL_TYPE_NONE | LABEL_TYPE_TITLE | LABEL_TYPE_X | LABEL_TYPE_Y