LibreOffice Module chart2 (master) 1
|
#include <ExplicitScaleValues.hxx>
Public Member Functions | |
ExplicitSubIncrement () | |
Public Attributes | |
sal_Int32 | IntervalCount |
Numbers of intervals between two superior ticks. More... | |
bool | PostEquidistant |
If <TRUE>, the distance between two sub-tick-marks on the screen is always the same. More... | |
Definition at line 56 of file ExplicitScaleValues.hxx.
chart::ExplicitSubIncrement::ExplicitSubIncrement | ( | ) |
Definition at line 74 of file ScaleAutomatism.cxx.
sal_Int32 chart::ExplicitSubIncrement::IntervalCount |
Numbers of intervals between two superior ticks.
For an axis this usually means, that IntervalCount - 1
sub-tick-marks are displayed between two superior ticks.
Definition at line 65 of file ExplicitScaleValues.hxx.
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForCategory(), chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForLinear(), and chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForLogarithmic().
bool chart::ExplicitSubIncrement::PostEquidistant |
If <TRUE>, the distance between two sub-tick-marks on the screen is always the same.
If <FALSE>, the distances may differ depending on the <type>XScaling</type>.
Definition at line 71 of file ExplicitScaleValues.hxx.
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForCategory(), chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForLinear(), and chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForLogarithmic().