com.nchart3d.NChart.NChartLineSeriesSettings Class Reference

The NChartLineSeriesSettings class provides global settings for com.nchart3d.NChart.NChartLineSeries. More...

Inheritance diagram for com.nchart3d.NChart.NChartLineSeriesSettings:
com.nchart3d.NChart.NChartSeriesSettings com.nchart3d.NChart.NChartStepSeriesSettings

Public Member Functions

NChartLineAnimationType getAnimationType ()
 Animation type of the transition. More...
 
void setAnimationType (NChartLineAnimationType animationType)
 For details see getAnimationType().
 
- 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 NChartLineSeriesSettings class provides global settings for com.nchart3d.NChart.NChartLineSeries.

Member Function Documentation

NChartLineAnimationType com.nchart3d.NChart.NChartLineSeriesSettings.getAnimationType ( )
inline

Animation type of the transition.

The default value is NChartTypes.LineAnimationType.GrowUp.