Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: chart ::

constants group ChartAxisType
Since
OOo 3.4

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.