public final class AxisTitle extends TextShape
Title: AxisTitle class
Description: Axis Title characteristics
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
defaultText, drawText
bBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visible
chart, 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, setTextFormat
assign, 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, setWidth
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public 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