com.nchart3d.NChart.NChartRadarSeriesSettings Class Reference

The NChartRadarSeriesSettings class provides global settings for com.nchart3d.NChart.NChartRadarSeries. More...

Inheritance diagram for com.nchart3d.NChart.NChartRadarSeriesSettings:
com.nchart3d.NChart.NChartSeriesSettings

Public Member Functions

boolean shouldSmoothAxesGrid ()
 Flag determining if axes grid should be smoothed, so it should appear as a circle, not as polygon (true) or not (false).
 
void setShouldSmoothAxesGrid (boolean shouldSmoothAxesGrid)
 For details see shouldSmoothAxesGrid().
 
- 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 NChartRadarSeriesSettings class provides global settings for com.nchart3d.NChart.NChartRadarSeries.