Click or drag to resize
AbstractChartNodeLabelType Property
Specifies the type of label to display.

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

Property Value

Type: Int32
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