com.nchart3d.NChart.NChartSurfaceSeriesSettings Class Reference

The NChartSurfaceSeriesSettings class provides global settings for com.nchart3d.NChart.NChartSurfaceSeries. More...

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

Public Member Functions

boolean isFillGaps ()
 Flag determining if the gaps in the surface should be automatically filled by linear interpolation of values. More...
 
void setFillGaps (boolean fillGaps)
 For details see isFillGaps().
 
int getMaxGapRadius ()
 Search radius (in chart points) the gap filling algorithm uses to detect fillable gaps. More...
 
void setMaxGapRadius (int maxGapRadius)
 For details see getMaxGapRadius().
 
- 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

Member Function Documentation

int com.nchart3d.NChart.NChartSurfaceSeriesSettings.getMaxGapRadius ( )
inline

Search radius (in chart points) the gap filling algorithm uses to detect fillable gaps.

This property has effect if isFillGaps() is true only. The default value is 2.

boolean com.nchart3d.NChart.NChartSurfaceSeriesSettings.isFillGaps ( )
inline

Flag determining if the gaps in the surface should be automatically filled by linear interpolation of values.

The default value is false.