namespace chart { class ChartModel; } namespace com::sun::star::beans { class XPropertySet; } namespace com::sun::star::drawing { class XShape; } namespace com::sun::star::drawing { class XShapes; } namespace com::sun::star::lang { class XMultiServiceFactory; } namespace com::sun::star::uno { class XComponentContext; }
namespace chart
{ class FormattedString;
enumclass LegendSymbolStyle
{ /** A square box with border.
*/
Box,
/** A line like with a symbol.
*/
Line,
/** A bordered circle which has the same bounding-box as the <member>BOX</member>.
*/
Circle
};
struct ViewLegendEntry
{ /** The legend symbol that represents a data series or other informationcontainedinthelegend
*/
rtl::Reference< SvxShapeGroup > xSymbol;
/** The descriptive text for a legend entry.
*/
rtl::Reference< ::chart::FormattedString > xLabel;
};
struct ViewLegendSymbol
{ /** The legend symbol that represents a data series or other informationcontainedinthelegend
*/
rtl::Reference<SvxShapeGroup> xSymbol;
};
class LegendEntryProvider
{ public: virtual css::awt::Size getPreferredLegendKeyAspectRatio()=0;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.