LibreOffice Module sc (master) 1
|
Specifies the position of a data series or data point. More...
#include <xlchart.hxx>
Public Member Functions | |
XclChDataPointPos (sal_uInt16 nSeriesIdx=EXC_CHSERIES_INVALID, sal_uInt16 nPointIdx=EXC_CHDATAFORMAT_ALLPOINTS) | |
Index of a data point inside a series. More... | |
Public Attributes | |
sal_uInt16 | mnSeriesIdx |
sal_uInt16 | mnPointIdx |
Series index of series or a data point. More... | |
Specifies the position of a data series or data point.
Definition at line 754 of file xlchart.hxx.
|
explicit |
Index of a data point inside a series.
Definition at line 68 of file xlchart.cxx.
sal_uInt16 XclChDataPointPos::mnPointIdx |
Series index of series or a data point.
Definition at line 757 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclExpChSeries::ConvertDataSeries(), XclExpChDataFormat::IsSeriesFormat(), operator<(), XclImpChTypeGroup::ReadChDataFormat(), XclImpChDataFormat::ReadHeaderRecord(), XclImpChText::ReadSubRecord(), XclExpChObjectLink::WriteBody(), and XclExpChDataFormat::WriteBody().
sal_uInt16 XclChDataPointPos::mnSeriesIdx |
Definition at line 756 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), operator<(), XclImpChTypeGroup::ReadChDataFormat(), XclImpChDataFormat::ReadHeaderRecord(), XclImpChText::ReadSubRecord(), XclExpChObjectLink::WriteBody(), and XclExpChDataFormat::WriteBody().