34 css::uno::Reference< css::uno::XComponentContext >
const & xContext,
35 const OUString & rServiceName,
37 bool bHasLines =
true,
49 virtual ::cppu::IPropertyArrayHelper & SAL_CALL
getInfoHelper()
override;
52 virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
59 bool bAdaptProperties )
override;
66 ::sal_Int32 nChartTypeGroupIndex,
67 ::sal_Int32 nSeriesIndex,
68 ::sal_Int32 nSeriesCount )
override;
For creating diagrams and modifying existing diagrams.
virtual void GetDefaultValue(sal_Int32 nHandle, css::uno::Any &rAny) const override
merge XInterface implementations
virtual rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) override
virtual bool matchesTemplate2(const rtl::Reference< ::chart::Diagram > &xDiagram, bool bAdaptProperties) override
virtual sal_Int32 getDimension() const override
returns 2 by default. Supported are 2 and 3
virtual void applyStyle2(const rtl::Reference< ::chart::DataSeries > &xSeries, ::sal_Int32 nChartTypeGroupIndex, ::sal_Int32 nSeriesIndex, ::sal_Int32 nSeriesCount) override
virtual StackMode getStackMode(sal_Int32 nChartTypeIndex) const override
returns StackMode::NONE by default.
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
The InfoHelper table contains all property names and types of this object.
virtual ~ScatterChartTypeTemplate() override
virtual sal_Bool SAL_CALL supportsCategories() override
denotes if the chart needs categories at the first scale
ScatterChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName, bool bSymbols, bool bHasLines=true, sal_Int32 nDim=2)
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
virtual rtl::Reference< ::chart::DataInterpreter > getDataInterpreter2() override
#define DECLARE_XTYPEPROVIDER()
#define DECLARE_XINTERFACE()