Example usage for org.jfree.chart.axis CategoryAxis subclass-usage

List of usage examples for org.jfree.chart.axis CategoryAxis subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.axis CategoryAxis subclass-usage.

Usage

From source file org.cyberoam.iview.charts.CustomCategoryAxis.java

/**
 * This class is used in Bar3D to generate custom category axis. 
 * @author Vishal Vala
 *
 */
class CustomCategoryAxis extends CategoryAxis {