LibreOffice Module chart2 (master) 1
|
#include <LegendEntryProvider.hxx>
Public Attributes | |
rtl::Reference< SvxShapeGroup > | xSymbol |
The legend symbol that represents a data series or other information contained in the legend. More... | |
rtl::Reference< ::chart::FormattedString > | xLabel |
The descriptive text for a legend entry. More... | |
Definition at line 57 of file LegendEntryProvider.hxx.
rtl::Reference< ::chart::FormattedString > chart::ViewLegendEntry::xLabel |
The descriptive text for a legend entry.
Definition at line 66 of file LegendEntryProvider.hxx.
Referenced by chart::VSeriesPlotter::createLegendEntriesForSeries().
rtl::Reference< SvxShapeGroup > chart::ViewLegendEntry::xSymbol |
The legend symbol that represents a data series or other information contained in the legend.
Definition at line 62 of file LegendEntryProvider.hxx.
Referenced by chart::VSeriesPlotter::createLegendEntriesForSeries().