INTEGRATION: CWS chart14 (1.18.104); FILE MERGED
2007/09/28 12:16:37 iha 1.18.104.2: #i37792# number format for data labels 2007/09/28 11:42:20 iha 1.18.104.1: #i82051# Allow to display each part of a data label in a separate line
This commit is contained in:
parent
efd192ccf4
commit
9bf2003b7a
1 changed files with 21 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ChartDataPointProperties.idl,v $
|
||||
*
|
||||
* $Revision: 1.18 $
|
||||
* $Revision: 1.19 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2007-05-22 14:47:15 $
|
||||
* last change: $Author: vg $ $Date: 2007-10-22 16:40:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -118,6 +118,25 @@ published service ChartDataPointProperties
|
|||
*/
|
||||
[property] long DataCaption;
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** specifies a string that is used to separate the parts of a data label (caption)
|
||||
*/
|
||||
[optional, property] string LabelSeparator;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** specifies a number format for the display of the value in the data label
|
||||
*/
|
||||
[optional, property] long NumberFormat;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** specifies a number format for the display of the percentage value in the data label
|
||||
*/
|
||||
[optional, property] long PercentageNumberFormat;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** specifies the type of symbols if the current chart type
|
||||
|
|
Loading…
Reference in a new issue