com.nchart3d.NChart.NChartBarSeriesSettings Class Reference
The NChartBarSeriesSettings class provides global settings for com.nchart3d.NChart.NChartBarSeries. More...
Inheritance diagram for com.nchart3d.NChart.NChartBarSeriesSettings:
Additional Inherited Members | |
Public Member Functions inherited from com.nchart3d.NChart.NChartColumnSeriesSettings | |
| int | getCylindersResolution () |
| Resolution is the amount of vertices that build the circle. More... | |
| void | setCylindersResolution (int cylindersResolution) |
| For details see getCylindersResolution(). | |
| boolean | shouldSmoothCylinders () |
| Flag that determines if cylinders should appear smooth (true) or faced (false). More... | |
| void | setShouldSmoothCylinders (boolean shouldSmoothCylinders) |
| For details see shouldSmoothCylinders(). | |
| boolean | shouldGroupColumns () |
| Flag that determines if columns should be grouped in the coordinate system cells (true), or not (false). More... | |
| void | setShouldGroupColumns (boolean shouldGroupColumns) |
| For details see shouldGroupColumns(). | |
| float | getColumnGroupFillRatio () |
| Column group fill ratio for series that determines the amount of place for one column group. More... | |
| void | setColumnGroupFillRatio (float columnGroupFillRatio) |
| For details see getColumnGroupFillRatio(). | |
| NChartColumnAnimationType | getAnimationType () |
| Animation type of the transition. More... | |
| void | setAnimationType (NChartColumnAnimationType animationType) |
| For details see getAnimationType(). | |
| float | getCornerRadius () |
| Corner radius of the columns relative to the actual column width. More... | |
| void | setCornerRadius (float cornerRadius) |
| For details see getCornerRadius(). | |
| float | getThickness () |
| Custom thickness of columns in chart coordinates. More... | |
| void | setThickness (float thickness) |
| For details see getThickness(). | |
| NChartValueAxisKind | getThicknessResolvingValueAxis () |
Axis kind the thickness is calculated by. More... | |
| void | setThicknessResolvingValueAxis (NChartValueAxisKind thicknessResolvingValueAxis) |
| For details see getThicknessResolvingValueAxis(). | |
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
The NChartBarSeriesSettings class provides global settings for com.nchart3d.NChart.NChartBarSeries.

Public Member Functions inherited from