Constants |
AUTOMATIC |
the type of the axis is choosen automatically dependent on the chart type, the dimension and the underlying data
|
CATEGORY |
the axis represent discrete category texts if chart type and the dimension allows
|
DATE |
the axis shows dates if the given data and chart type and the dimension allows
|
Constants' Details |
AUTOMATIC
const long AUTOMATIC = 0;
- Description
- the type of the axis is choosen automatically dependent on the chart type, the dimension and the underlying data
|
|
CATEGORY
const long CATEGORY = 1;
- Description
- the axis represent discrete category texts if chart type and the dimension allows
|
|
DATE
const long DATE = 2;
- Description
- the axis shows dates if the given data and chart type and the dimension allows
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.