Searched defs:AxisDispUnitsModel (Results 1 – 2 of 2) sorted by relevance
36 struct AxisDispUnitsModel struct38 typedef ModelRef< Shape > ShapeRef;39 typedef ModelRef< TextBody > TextBodyRef;40 typedef ModelRef< LayoutModel > LayoutRef;41 typedef ModelRef< TextModel > TextRef;43 ShapeRef mxShapeProp; /// Label frame formatting.44 TextBodyRef mxTextProp; /// Label text formatting.45 LayoutRef mxLayout; /// Layout/position of the axis units label.46 TextRef mxText; /// Text source of the axis units label.47 double mfCustomUnit; /// Custom unit size on value axis.[all …]
32 AxisDispUnitsModel::AxisDispUnitsModel() : in AxisDispUnitsModel() function in oox::drawingml::chart::AxisDispUnitsModel
Completed in 16 milliseconds