a axis in a chart More...
#include <WKSChart.h>
Public Types | |
enum | Type { A_None , A_Numeric , A_Logarithmic , A_Sequence , A_Sequence_Skip_Empty } |
the axis content More... | |
Public Member Functions | |
Axis () | |
constructor | |
~Axis () | |
destructor | |
void | addContentTo (int coord, librevenge::RVNGPropertyList &propList) const |
add content to the propList | |
void | addStyleTo (librevenge::RVNGPropertyList &propList) const |
add style to the propList | |
Public Attributes | |
Type | m_type |
the sequence type | |
bool | m_automaticScaling |
automatic scaling (or manual) | |
Vec2f | m_scaling |
the minimum, maximum scaling(if manual) | |
bool | m_showGrid |
show or not the grid | |
bool | m_showLabel |
show or not the label | |
Position | m_labelRanges [2] |
the label range if defined | |
bool | m_showTitle |
show or not the title/subtitle | |
Position | m_titleRange |
the title cell range | |
librevenge::RVNGString | m_title |
the title label | |
librevenge::RVNGString | m_subTitle |
the subtitle label | |
WPSGraphicStyle | m_style |
the graphic style | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Axis const &axis) |
operator<< | |
a axis in a chart
enum WKSChart::Axis::Type |
WKSChart::Axis::Axis | ( | ) |
constructor
WKSChart::Axis::~Axis | ( | ) |
destructor
void WKSChart::Axis::addContentTo | ( | int | coord, |
librevenge::RVNGPropertyList & | propList | ||
) | const |
add content to the propList
Referenced by WKSChart::sendChart().
void WKSChart::Axis::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
Referenced by WKSChart::sendChart().
|
friend |
operator<<
bool WKSChart::Axis::m_automaticScaling |
automatic scaling (or manual)
Position WKSChart::Axis::m_labelRanges[2] |
the label range if defined
Referenced by LotusChart::updateChart(), and QuattroDosChart::updateSpreadsheetNames().
Vec2f WKSChart::Axis::m_scaling |
the minimum, maximum scaling(if manual)
bool WKSChart::Axis::m_showGrid |
show or not the grid
bool WKSChart::Axis::m_showLabel |
show or not the label
bool WKSChart::Axis::m_showTitle |
show or not the title/subtitle
WPSGraphicStyle WKSChart::Axis::m_style |
the graphic style
Referenced by Axis().
librevenge::RVNGString WKSChart::Axis::m_subTitle |
the subtitle label
librevenge::RVNGString WKSChart::Axis::m_title |
the title label
Position WKSChart::Axis::m_titleRange |
the title cell range
Referenced by LotusChart::updateChart().
Type WKSChart::Axis::m_type |
the sequence type
Referenced by WKS4Chart::updateChart().