AbstractChartNodeLabelType Property |
Specifies the type of label to display.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int LabelType { get; set; }
Public Overridable Property LabelType As Integer
Get
Set
public:
virtual property int LabelType {
int get ();
void set (int value);
}
abstract LabelType : int with get, set
override LabelType : int with 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