INTEGRATION: CWS chart22 (1.13.472); FILE MERGED

2008/04/17 11:20:03 iha 1.13.472.2: RESYNC: (1.13-1.14); FILE MERGED
2008/02/21 16:47:33 iha 1.13.472.1: #i65549# Plotting of missing values
This commit is contained in:
Rüdiger Timm 2008-07-30 10:49:46 +00:00
parent 524a00965c
commit 70c2bb98ba

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Diagram.idl,v $
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@ -95,6 +95,14 @@ published service Diagram
*/
[property] long DataCaption;
//-------------------------------------------------------------------------
/** specifies how empty or invalid cells in the provided data should be handled when displayed
@see MissingValueTreatment
*/
[optional, property] long MissingValueTreatment;
};
//=============================================================================