public class IlvLabelDecoration extends IlvPositionableDecoration
ilvLabelDecoration {
class : "ilog.views.chart.graphic.IlvLabelDecoration(text,labelRenderer,anchor)";
anchor : "NORTH";
drawOrder : "2";
labelRenderer : "@#ilvLabelRenderer";
offset : "0,0";
text : "<value>";
visible : "false";
}
IlvChartDecoration
Modifier and Type | Property and Description |
---|---|
int |
anchor
Sets the decoration's anchor within the plot area. |
java.lang.String |
class
Creates a new IlvLabelDecoration object displaying the
specified string. |
int |
drawOrder
Sets the drawing order of this decoration. |
IlvLabelRenderer |
labelRenderer
Sets the renderer that displays the label. |
java.awt.Point |
offset
Sets the decoration's position, relative to the anchor. |
java.lang.String |
text
Sets the text of this decoration. |
boolean |
visible
Toggles the visibility of this decoration. |
public java.lang.String class
IlvLabelDecoration
object displaying the
specified string.
class : "ilog.views.chart.graphic.IlvLabelDecoration(text,labelRenderer,anchor)";
public int anchor
anchor : "NORTH";
Allowed values: | ||
NORTH |
Compass-direction North (up). | |
NORTH_WEST |
Compass-direction north west (upper left). | |
WEST |
Compass-direction west (left). | |
SOUTH_WEST |
Compass-direction south-west (lower left). | |
SOUTH |
Compass-direction south (down). | |
SOUTH_EAST |
Compass-direction south-east (lower right). | |
EAST |
Compass-direction east (right). | |
NORTH_EAST |
Compass-direction north-east (upper right). | |
CENTER |
The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.). |
public int drawOrder
drawOrder : "2";
public IlvLabelRenderer labelRenderer
labelRenderer : "@#ilvLabelRenderer";
IlvLabelRenderer
for an example of implementing a labelRenderer.public java.awt.Point offset
offset : "0,0";
public java.lang.String text
text : "<value>";
public boolean visible
visible : "false";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.