com.nchart3d.NChart.NChartTouchAreaSeriesSettings Class Reference

The NChartTouchAreaSeriesSettings class provides global settings for NChartTouchAreaSeries. More...

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

Public Member Functions

NChartBrush getBackground ()
 Background image to display on the screen.
 
void setBackground (NChartBrush background)
 For details see getBackground().
 
boolean isAreasDebugMode ()
 Flag allowing you to highlight touch ares with red for debug reasons (if true). More...
 
void setAreasDebugMode (boolean areasDebugMode)
 For details see isAreasDebugMode().
 
- 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 NChartTouchAreaSeriesSettings class provides global settings for NChartTouchAreaSeries.

Member Function Documentation

boolean com.nchart3d.NChart.NChartTouchAreaSeriesSettings.isAreasDebugMode ( )
inline

Flag allowing you to highlight touch ares with red for debug reasons (if true).

The default value is false.