com.nchart3d.NChart.NChartSolidSeriesSettings Class Referenceabstract

The NChartSolidSeriesSettings class provides common settings for com.nchart3d.NChart.NChartSolidSeries. More...

Inheritance diagram for com.nchart3d.NChart.NChartSolidSeriesSettings:
com.nchart3d.NChart.NChartSeriesSettings com.nchart3d.NChart.NChartAreaSeriesSettings com.nchart3d.NChart.NChartColumnSeriesSettings com.nchart3d.NChart.NChartOHLCSeriesSettings com.nchart3d.NChart.NChartPieSeriesSettings com.nchart3d.NChart.NChartRibbonSeriesSettings com.nchart3d.NChart.NChartSequenceSeriesSettings com.nchart3d.NChart.NChartBarSeriesSettings com.nchart3d.NChart.NChartBandSeriesSettings com.nchart3d.NChart.NChartCandlestickSeriesSettings

Public Member Functions

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 NChartSolidSeriesSettings class provides common settings for com.nchart3d.NChart.NChartSolidSeries.

Member Function Documentation

float com.nchart3d.NChart.NChartSolidSeriesSettings.getFillRatio ( )
inline

Fill ratio for series that determines the amount of place for one series.

For example, if the fill ratio is 1.0 and the column series is displayed, one column (or one group of columns, if there are many series on one chart at the same time) fills the whole area of one tick on the X and Z axes (for bar series – on the Y and Z respectively, for area – it's Z-width and so on). If the fill ratio is 0.5, the column fills half the area of one tick and so on. The default value is 0.7.