Searched defs:TypeGroupModel (Results 1 – 2 of 2) sorted by relevance
49 struct TypeGroupModel struct51 typedef ModelVector< SeriesModel > SeriesVector;52 typedef ::std::vector< sal_Int32 > AxisIdVector;53 typedef ModelRef< DataLabelsModel > DataLabelsRef;54 typedef ModelRef< UpDownBarsModel > UpDownBarsRef;55 typedef ModelRef< Shape > ShapeRef;57 SeriesVector maSeries; /// Series attached to this chart type group.58 AxisIdVector maAxisIds; /// List of axis identifiers used by this chart type.59 DataLabelsRef mxLabels; /// Data point label settings for all series.60 UpDownBarsRef mxUpDownBars; /// Up/down bars in stock charts.[all …]
43 TypeGroupModel::TypeGroupModel( sal_Int32 nTypeId ) : in TypeGroupModel() function in oox::drawingml::chart::TypeGroupModel