org.pentaho.chart.css.styles
Class ChartAxisDimension

java.lang.Object
  extended by org.pentaho.chart.css.styles.ChartAxisDimension

public class ChartAxisDimension
extends Object

Defines the only valid values for the -x-pentaho-chart-axis-type-dimension style

Author:
Ravi Hasija

Field Summary
static org.pentaho.reporting.libraries.css.values.CSSValue AUTO
           
static org.pentaho.reporting.libraries.css.values.CSSConstant DOMAIN
           
static org.pentaho.reporting.libraries.css.values.CSSConstant RANGE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final org.pentaho.reporting.libraries.css.values.CSSValue AUTO

DOMAIN

public static final org.pentaho.reporting.libraries.css.values.CSSConstant DOMAIN

RANGE

public static final org.pentaho.reporting.libraries.css.values.CSSConstant RANGE