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

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

Introduction

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

Usage

From source file org.jfree.experimental.chart.axis.LogAxis.java

/**
 * A numerical axis that uses a logarithmic scale.  The plan is for this class
 * to replace the {@link LogarithmicAxis} class.
 * 
 * WARNING: THIS CLASS IS NOT PART OF THE STANDARD JFREECHART API AND IS 
 * SUBJECT TO ALTERATION OR REMOVAL.  DO NOT RELY ON THIS CLASS FOR 

From source file userinterface.graph.PrismLogarithmicAxis.java

/**
 * A numerical axis that uses a logarithmic scale.  The plan is for this class
 * to replace the {@link LogarithmicAxis} class.
 * 
 * WARNING: THIS CLASS IS NOT PART OF THE STANDARD JFREECHART API AND IS 
 * SUBJECT TO ALTERATION OR REMOVAL.  DO NOT RELY ON THIS CLASS FOR