com.nchart3d.NChart.NChartPieSeriesSettings Class Reference

The NChartPieSeriesSettings class provides global settings for com.nchart3d.NChart.NChartPieSeries. More...

Inheritance diagram for com.nchart3d.NChart.NChartPieSeriesSettings:
com.nchart3d.NChart.NChartSolidSeriesSettings com.nchart3d.NChart.NChartSeriesSettings

Public Member Functions

NChartTooltip getCenterCaption ()
 Caption that appears in the center of pie. More...
 
void setCenterCaption (NChartTooltip centerCaption)
 For details see getCenterCaption().
 
float getHoleRatio ()
 Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius. More...
 
void setHoleRatio (float holeRatio)
 For details see getHoleRatio().
 
float getBevelRatio ()
 Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius. More...
 
void setBevelRatio (float bevelRatio)
 For details see getBevelRatio().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartSolidSeriesSettings
float getFillRatio ()
 Fill ratio for series that determines the amount of place for one series. More...
 
void setFillRatio (float fillRatio)
 For details see getFillRatio().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartSeriesSettings
 NChartSeriesSettings ()
 Create instance of settings.
 
boolean isRudimentEnabled ()
 Flag determining if rudiment is allowed. More...
 
void setRudimentEnabled (boolean isRudimentEnabled)
 For details see isRudimentEnabled().
 

Detailed Description

The NChartPieSeriesSettings class provides global settings for com.nchart3d.NChart.NChartPieSeries.

Member Function Documentation

float com.nchart3d.NChart.NChartPieSeriesSettings.getBevelRatio ( )
inline

Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius.

The default value 0.1.

Note: This value cannot be less than 0 and greater than 1.0. Bevel effect ratio that determines size of the bevel for pie series relatively to the whole pie radius. This property is supported in 2D mode only. The default value is 0.0 (that means no bevel).

Note: This value cannot be less than 0.0 and greater than 1.0. You also have to set NChartPieSeries#setBevelColor to get the bevel effect.

NChartTooltip com.nchart3d.NChart.NChartPieSeriesSettings.getCenterCaption ( )
inline

Caption that appears in the center of pie.

See also
com.nchart3d.NChart.NChartTooltip
float com.nchart3d.NChart.NChartPieSeriesSettings.getHoleRatio ( )
inline

Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius.

The default value 0.1.

Note: This value cannot be less than 0 and greater than 1.0.