/** The VDiagram is responsible to generate the visible parts of the Diagram thatiswall,floor,axesanddataseries. Theaxesanddataseriesaresubobjectswhicharecreatedandmanagedbythe diagram.
*/
class VDiagram final
{ public: //methods
VDiagram( const rtl::Reference<::chart::Diagram>& xDiagram, const css::drawing::Direction3D& rPreferredAspectRatio,
sal_Int32 nDimension );
~VDiagram();
// this is the surrounding shape which contains floor, wall and coordinate
rtl::Reference<SvxShapeGroupAnyD> m_xOuterGroupShape; // this is an additional inner shape that represents the coordinate region - that is - where to place data points
rtl::Reference<SvxShapeGroupAnyD> m_xCoordinateRegionShape;
rtl::Reference<SvxShapeRect> m_xWall2D;
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.