com.nchart3d.NChart.NChartSeriesSettings Class Referenceabstract

The NChartSeries.Settings class provides basic container for settings that are to be applied for all the series of particular type that are added to the chart. More...

Inheritance diagram for com.nchart3d.NChart.NChartSeriesSettings:
com.nchart3d.NChart.NChartBubbleSeriesSettings com.nchart3d.NChart.NChartFunnelSeriesSettings com.nchart3d.NChart.NChartHeatmapSeriesSettings com.nchart3d.NChart.NChartLineSeriesSettings com.nchart3d.NChart.NChartRadarSeriesSettings com.nchart3d.NChart.NChartSolidSeriesSettings com.nchart3d.NChart.NChartSurfaceSeriesSettings com.nchart3d.NChart.NChartTouchAreaSeriesSettings

Public Member Functions

 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 NChartSeries.Settings class provides basic container for settings that are to be applied for all the series of particular type that are added to the chart.

For different types of series there are different classes of containers that are inherited from NChartSeries.Settings.
You can add the settings to the chart via com.nchart3d.NChart.NChart#addSeriesSettings(com.nchart3d.NChart.NChartSeriesSettings) method.
The settings are applied to the series while com.nchart3d.NChart.NChart#updateData().

Member Function Documentation

boolean com.nchart3d.NChart.NChartSeriesSettings.isRudimentEnabled ( )
inline

Flag determining if rudiment is allowed.

The default value is true.

Rudiment is a part of series that remains unused from the previous displayed data set and disappears by the animated transition.

Returns
true if rudiment is enabled, false if not.