Searched defs:PlotAreaModel (Results 1 – 2 of 2) sorted by relevance
67 struct PlotAreaModel struct69 typedef ModelVector< TypeGroupModel > TypeGroupVector;70 typedef ModelVector< AxisModel > AxisVector;71 typedef ModelRef< Shape > ShapeRef;72 typedef ModelRef< LayoutModel > LayoutRef;74 TypeGroupVector maTypeGroups; /// All chart type groups contained in the chart.75 AxisVector maAxes; /// All axes contained in the chart.76 ShapeRef mxShapeProp; /// Plot area frame formatting.77 LayoutRef mxLayout; /// Layout/position of the plot area.
55 PlotAreaModel::PlotAreaModel() in PlotAreaModel() function in oox::drawingml::chart::PlotAreaModel
Completed in 16 milliseconds