com.nchart3d.NChart.NChartCandlestickSeriesSettings Class Reference

The NChartCandlestickSeriesSettings class provides global settings for com.nchart3d.NChart.NChartCandlestickSeries. More...

Inheritance diagram for com.nchart3d.NChart.NChartCandlestickSeriesSettings:
com.nchart3d.NChart.NChartOHLCSeriesSettings com.nchart3d.NChart.NChartSolidSeriesSettings com.nchart3d.NChart.NChartSeriesSettings

Public Member Functions

int getCylindersResolution ()
 The resolution of cylinders. More...
 
void setCylindersResolution (int cylindersResolution)
 For details see getCylindersResolution().
 
boolean isShowShadowEndingLines ()
 Flag determining whether horizontal lines on the ending of lower and upper candlestick shadows are shown (true) or hidden (false). More...
 
void setShowShadowEndingLines (boolean showShadowEndingLines)
 For details see isShowShadowEndingLines().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartSolidSeriesSettings
float getFillRatio ()
 Fill ratio for series that determines the amount of place for one series. More...
 
void setFillRatio (float fillRatio)
 For details see getFillRatio().
 
- 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.NChartCandlestickSeriesSettings.getCylindersResolution ( )
inline

The resolution of cylinders.

Resolution is the amount of vertices that build the circle.
For example if you want to get a square candlestick, you should set resolution to 4. If you want to get a cylindrical candlestick, you may set a larger value. But the larger is the resolution, the more memory is used and the slower the rendering will be, so you should find out the minimal acceptable value. A good value for cylinder is 16 or 20. The default value is 20.
Note: This value cannot be less than 3 and greater than 32.

boolean com.nchart3d.NChart.NChartCandlestickSeriesSettings.isShowShadowEndingLines ( )
inline

Flag determining whether horizontal lines on the ending of lower and upper candlestick shadows are shown (true) or hidden (false).

The default value is true.