Specifies the type of label to display.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int LabelType { get; set; }
Visual Basic (Declaration)
Public Overridable Property LabelType As Integer
Visual C++
public:
virtual property int LabelType {
	int get ();
	void set (int value);
}

Field 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