Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
:: com :: sun :: star :: chart ::  
 | 
| constants group ChartAxisMarks | 
- Description
 
- With these constants you can specify how the tick-marks of an axis
 are displayed.
 
 
You can combine INNER and OUTER with
 an arithmetical or-operation to get tick-marks that
 extend in both directions. 
  
 
 | 
| Constants | 
| NONE | 
Do not display any marks.
   | 
| INNER | 
Display marks that point into the diagram area.
   | 
| OUTER | 
Display marks that point out of the diagram area.
   | 
| Constants' Details | 
NONE
const long NONE = 0; 
- Description
 
- Do not display any marks.
 
 
 
 | 
 
 
 | 
INNER
const long INNER = 1; 
- Description
 
- Display marks that point into the diagram area.
 
 
 
 | 
 
 
 | 
OUTER
const long OUTER = 2; 
- Description
 
- Display marks that point out of the diagram area.
 
 
 
 | 
 
 
 | 
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.