public class AxisTitle extends Title
| Constructor and Description |
|---|
AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the resources.
|
protected String |
getDefaultText()
Gets the default title text.
|
protected boolean |
isHorizontal()
Gets the state indicating if showing title horizontally.
|
getBounds, getFont, getForeground, getLayoutData, getStyleRanges, getText, isVisible, paintControl, setBounds, setFont, setForeground, setLayoutData, setStyleRanges, setText, setVisible, updateLayoutDatapublic AxisTitle(Chart chart, int style, Axis axis, IAxis.Direction direction)
chart - the chartstyle - the styleaxis - the axisdirection - the directionprotected String getDefaultText()
TitlegetDefaultText in class Titleprotected boolean isHorizontal()
TitleisHorizontal in class TitleCopyright © 2016. All Rights Reserved.