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:
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
The NChartSurfaceSeriesSettings class provides global settings for com.nchart3d.NChart.NChartSurfaceSeries.
Member Function Documentation
|
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.
|
inline |
Flag determining if the gaps in the surface should be automatically filled by linear interpolation of values.
The default value is false.

Public Member Functions inherited from