LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::chart2::AxisType Constant Group Reference

Variables

const long REALNUMBER = 0
 the axis represent real numbers
 
const long PERCENT = 1
 the axis represent real numbers in percent
 
const long CATEGORY = 2
 the axis represent discrete categories
 
const long SERIES = 3
 the axis shows the series names (z axis)
 
const long DATE = 4
 the axis shows dates
 

Variable Documentation

◆ CATEGORY

const long CATEGORY = 2

the axis represent discrete categories

◆ DATE

const long DATE = 4

the axis shows dates

◆ PERCENT

const long PERCENT = 1

the axis represent real numbers in percent

◆ REALNUMBER

const long REALNUMBER = 0

the axis represent real numbers

◆ SERIES

const long SERIES = 3

the axis shows the series names (z axis)