com.jinsight.jetchart
Class YAxis

java.lang.Object
  |
  +--com.jinsight.jetchart.Axis
        |
        +--com.jinsight.jetchart.YAxis

public class YAxis
extends Axis

This class implements the properties and methods of the vertical axis. It has no public constructor and can only be accessed through 'get' methods implemented in classes ScatterGraph and GraphSet.
All public methods are implemented in the superclass.

See Also:
Axis, ScatterGraph, GraphSet

Constructor Summary
YAxis()
           
 
Methods inherited from class com.jinsight.jetchart.Axis
finalize, set3DColor, setColor, setEnabled, setThickness
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YAxis

public YAxis()