Source for file PieOtherStyles.php
Documentation is available at PieOtherStyles.php
* <p>Title: PieOtherStyles class</p>
* <p>Description: Describes the possible values of the Style method of
* Pie.PieOtherSlice class.</p>
* <p>Copyright (c) 2005-2010 by Steema Software SL. All Rights Reserved.</p>
* <p>Company: Steema Software SL</p>
* @see com.steema.teechart.styles.Pie.PieOtherSlice
* No "Other" slice is generated. (default)
* Slices with values below a percentage are grouped.
public static $BELOWPERCENT = 1;
* Slices with values below a value are grouped.
public static $BELOWVALUE = 2;
|