public final class AxisTitle extends TextShape
Title: AxisTitle class
Description: Axis Title characteristics
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
defaultText, drawTextbBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visiblechart, InternalUse| Constructor and Description |
|---|
AxisTitle(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAngle()
Rotation in degrees applied to each Axis Label.
|
java.lang.String |
getCaption()
The string of text used to register near each Chart Axis.
When empty, no Title is displayed. |
int |
getCustomSize()
Changes the spacing between the axis/labels and the outer panel edge.
Default valure: 0 |
void |
setAngle(int value)
Specifies the rotation in degrees applied to each Axis Label.
|
void |
setCaption(java.lang.String value)
Defines the string of text used to draw near to each Chart Axis.
Default value: "" |
void |
setCustomSize(int value)
Sets the spacing between the axis/labels and the outer panel edge.
Default valure: 0 |
assign, drawRectRotated, drawString, drawText, getAutoSize, getFont, getLines, getLinesLength, getShadowSize, getShapeStyle, getText, getTextFormat, paint, paint, paint, readResolve, setAutoSize, setChart, setDrawText, setLines, setShadowSize, setShapeStyle, setText, setTextFormatassign, getBevel, getBevelInner, getBevelOuter, getBevelWidth, getBorderRound, getBottom, getBrush, getColor, getGradient, getHeight, getImage, getImageBevel, getImageMode, getImageTransparent, getLeft, getPen, getRight, getShadow, getShapeBounds, getTop, getTransparency, getTransparent, getVisible, getWidth, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, setVisible, setWidthgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic AxisTitle(IBaseChart c)
public int getAngle()
public void setAngle(int value)
value - intpublic java.lang.String getCaption()
public void setCaption(java.lang.String value)
value - Stringpublic int getCustomSize()
public void setCustomSize(int value)
value - int