com.jinsight.jetchart
Class XAxis

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

public class XAxis
extends Axis

This class implements the properties and methods of the horizontal axis. The XAxis class 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
XAxis()
           
 
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

XAxis

public XAxis()