LibreOffice Module chart2 (master) 1
|
#include <VAxisProperties.hxx>
Public Member Functions | |
AxisLabelAlignment () | |
Public Attributes | |
double | mfLabelDirection |
double | mfInnerTickDirection |
which direction the labels are to be drawn. More... | |
LabelAlignment | meAlignment |
which direction the inner tickmarks are to be drawn. More... | |
Definition at line 84 of file VAxisProperties.hxx.
chart::AxisLabelAlignment::AxisLabelAlignment | ( | ) |
Definition at line 40 of file VAxisProperties.cxx.
LabelAlignment chart::AxisLabelAlignment::meAlignment |
which direction the inner tickmarks are to be drawn.
Definition at line 89 of file VAxisProperties.hxx.
Referenced by chart::createSingleLabel(), chart::VCartesianAxis::get2DAxisMainLine(), chart::getAxisLabelProperties(), chart::AxisProperties::init(), and chart::VPolarRadiusAxis::VPolarRadiusAxis().
double chart::AxisLabelAlignment::mfInnerTickDirection |
which direction the labels are to be drawn.
Definition at line 87 of file VAxisProperties.hxx.
Referenced by chart::VCartesianAxis::get2DAxisMainLine(), chart::TickFactory2D::getDistanceAxisTickToText(), chart::AxisProperties::init(), chart::AxisProperties::makeTickmarkProperties(), chart::AxisProperties::makeTickmarkPropertiesForComplexCategories(), and chart::VPolarRadiusAxis::VPolarRadiusAxis().
double chart::AxisLabelAlignment::mfLabelDirection |
Definition at line 86 of file VAxisProperties.hxx.
Referenced by chart::VCartesianAxis::get2DAxisMainLine(), chart::TickFactory2D::getDistanceAxisTickToText(), chart::AxisProperties::init(), chart::lcl_getLabelAlignmentForXAxis(), chart::lcl_getLabelAlignmentForYAxis(), chart::lcl_getLabelAlignmentForZAxis(), chart::AxisProperties::makeTickmarkPropertiesForComplexCategories(), and chart::VPolarRadiusAxis::VPolarRadiusAxis().