Searched defs:ErrorBarModel (Results 1 – 2 of 2) sorted by relevance
104 struct ErrorBarModel struct106 enum SourceType112 typedef ModelMap< SourceType, DataSourceModel > DataSourceMap;113 typedef ModelRef< Shape > ShapeRef;115 DataSourceMap maSources; /// Source ranges for manual error bar values.116 ShapeRef mxShapeProp; /// Error line formatting.117 double mfValue; /// Fixed value for several error bar types.118 sal_Int32 mnDirection; /// Direction of the error bars (x/y).119 sal_Int32 mnTypeId; /// Type of the error bars (plus/minus/both).120 sal_Int32 mnValueType; /// Type of the values.[all …]
80 ErrorBarModel::ErrorBarModel() : in ErrorBarModel() function in oox::drawingml::chart::ErrorBarModel
Completed in 16 milliseconds