public interface ILabel extends IText
ITextString,
IText,
IFormat| Modifier and Type | Method and Description |
|---|---|
IFormat |
getFormat()
This function returns a handle to an object of type IFormat.
|
java.awt.Dimension |
getOffset()
This function returns the horizontal and vertical label offset.
|
boolean |
isVisible()
This function checks if the given label(s) is/are visible or not.
|
void |
setFormat(IFormat f)
This function sets the format object for the label being displayed.
|
void |
setOffset(java.awt.Dimension offset)
This function sets the horizontal and vertical label offsets.
|
void |
setVisible(boolean b)
This function enables/disables the drawing of label(s).
|
boolean isVisible()
void setVisible(boolean b)
b - true if labels are to be displayed, false otherwise.java.awt.Dimension getOffset()
void setOffset(java.awt.Dimension offset)
offset - The horizontal and vertical offsets stored in a Dimension object.IFormat getFormat()
Associated QbChart property:
DATA_LABEL_FORMAT
IFormat,
DateTimeFormat,
NumericFormat,
LogicalFormatvoid setFormat(IFormat f)
Associated QbChart property:
DATA_LABEL_FORMAT
f - The format for the label being displayed.