Java org.jfree.chart.axis SymbolicAxis fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.axis SymbolicAxis fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.axis SymbolicAxis.

The text is from its open source code.

Constructor

SymbolicAxis(String label, String[] sv)
Constructs a symbolic axis, using default attribute values where necessary.

Method

voidsetInverted(boolean flag)
Sets a flag that controls the direction of values on the axis, and notifies registered listeners that the axis has changed.
voidsetLowerMargin(double margin)
Sets the lower margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
voidsetUpperMargin(double margin)
Sets the upper margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.