Searched defs:DataPointModel (Results 1 – 2 of 2) sorted by relevance
171 struct DataPointModel struct173 typedef ModelRef< Shape > ShapeRef;174 typedef ModelRef< PictureOptionsModel > PictureOptionsRef;176 ShapeRef mxShapeProp; /// Data point formatting.177 PictureOptionsRef mxPicOptions; /// Fill bitmap settings.178 ShapeRef mxMarkerProp; /// Data point marker formatting.179 OptValue< sal_Int32 > monExplosion; /// Pie slice moved from pie center.180 OptValue< sal_Int32 > monMarkerSize; /// Size of the series line marker (2...72).181 OptValue< sal_Int32 > monMarkerSymbol; /// Series line marker symbol.182 OptValue< bool > mobBubble3d; /// True = show bubbles with 3D shade.[all …]
120 DataPointModel::DataPointModel() : in DataPointModel() function in oox::drawingml::chart::DataPointModel
Completed in 11 milliseconds