com.googlecode.charts4j
Interface RadialAxisLabels
public interface RadialAxisLabels
Radial axis labels specifically for RadarChart
s. Construct with the
AxisLabelsFactory
class.
- Author:
- Julien Chastang (julien.c.chastang at gmail dot com)
- See Also:
RadarPlot
,
RadarChart
,
AxisLabelsFactory
Method Summary |
void |
setRadialAxisStyle(Color color,
int fontSize)
Set the radial axis style that will define the appearance of the radial
axis text. |
setRadialAxisStyle
void setRadialAxisStyle(Color color,
int fontSize)
- Set the radial axis style that will define the appearance of the radial
axis text.
- Parameters:
color
- the color of the axis labels.fontSize
- font size of the axis labels.