LibreOffice Module chart2 (master) 1
Public Member Functions | Public Attributes | List of all members
chart::ExplicitSubIncrement Struct Reference

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

Detailed Description

Definition at line 56 of file ExplicitScaleValues.hxx.

Constructor & Destructor Documentation

◆ ExplicitSubIncrement()

chart::ExplicitSubIncrement::ExplicitSubIncrement ( )

Definition at line 74 of file ScaleAutomatism.cxx.

Member Data Documentation

◆ IntervalCount

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().

◆ PostEquidistant

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().


The documentation for this struct was generated from the following files: