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:
parent
524a00965c
commit
70c2bb98ba
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue