mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Add axis property dialog
This commit is contained in:
@@ -43,6 +43,16 @@ void AxisData::update(qreal minValue, qreal maxValue)
|
||||
update();
|
||||
}
|
||||
|
||||
void AxisData::updateForDesignMode()
|
||||
{
|
||||
m_minValue = 0;
|
||||
m_maxValue = 40;
|
||||
bool tmp = m_calculateAxisScale;
|
||||
m_calculateAxisScale = false;
|
||||
update();
|
||||
m_calculateAxisScale = tmp;
|
||||
}
|
||||
|
||||
int AxisData::segmentCount() const
|
||||
{
|
||||
return m_segmentCount;
|
||||
|
||||
Reference in New Issue
Block a user