Home
last modified time | relevance | path

Searched defs:DataPointModel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx171 struct DataPointModel struct
173 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 …]
/trunk/main/oox/source/drawingml/chart/
H A Dseriesmodel.cxx120 DataPointModel::DataPointModel() : in DataPointModel() function in oox::drawingml::chart::DataPointModel

Completed in 23 milliseconds