com.googlecode.charts4j
Interface RadialAxisLabels


public interface RadialAxisLabels

Radial axis labels specifically for RadarCharts. 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.
 

Method Detail

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.