JMSL Chart Programmer's Guide
|
3D Drawing Elements >> Labels |
|
Labels
Labels annotate data points. As a degenerate case they can be used to place text on
a chart without drawing a point. Labels are controlled by the value of the attribute
LabelType in a Data node.
Multiline labels are allowed.
Attribute LabelType
The attribute LabelType takes on one of the following values:
LABEL_TYPE_NONE for no label. This is the default.
LABEL_TYPE_X label with the value of the x-coordinate.
LABEL_TYPE_Y label with the value of the y-coordinate.
LABEL_TYPE_Z label with the value of the z-coordinate.
LABEL_TYPE_TITLE label with the value of the Title attribute.
| © Visual Numerics, Inc. All rights reserved. |
|