LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::chart::ChartAxisMarks Constant Group Referencepublished

With these constants you can specify how the tick-marks of an axis are displayed. More...

Variables

const long NONE = 0
 Do not display any marks. More...
 
const long INNER = 1
 Display marks that point into the diagram area. More...
 
const long OUTER = 2
 Display marks that point out of the diagram area. More...
 

Detailed 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.

Variable Documentation

◆ INNER

const long INNER = 1

Display marks that point into the diagram area.

◆ NONE

const long NONE = 0

Do not display any marks.

◆ OUTER

const long OUTER = 2

Display marks that point out of the diagram area.