com.googlecode.charts4j
Interface AxisLabels


public interface AxisLabels

Type that describes the labels that appear on the axes. Construct with the AxisLabelsFactory class.

Author:
Julien Chastang (julien.c.chastang at gmail dot com)
See Also:
AxisStyle, AxisLabelsFactory

Method Summary
 void setAxisStyle(AxisStyle axisStyle)
          Set the desired axis style.
 

Method Detail

setAxisStyle

void setAxisStyle(AxisStyle axisStyle)
Set the desired axis style.

Parameters:
axisStyle - Set the axis style that will define the appearance of the text along side the axis. Cannot pass in null.
See Also:
AxisStyle