com.nchart3d.NChart.NChartBarGridSeriesSettings Class Reference
The NChartBarGridSeriesSettings class provides global settings for NChartBarGridSeries. More...
Inheritance diagram for com.nchart3d.NChart.NChartBarGridSeriesSettings:
Public Member Functions | |
| boolean | isCommonScale () |
| Flag determining if the common scale for all bar grid cells should be used (true) or each column (X category) should be scaled independently (false). More... | |
| void | setCommonScale (boolean commonScale) |
| For details see isCommonScale(). | |
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 NChartBarGridSeriesSettings class provides global settings for NChartBarGridSeries.
Member Function Documentation
|
inline |
Flag determining if the common scale for all bar grid cells should be used (true) or each column (X category) should be scaled independently (false).
The default value is false. If true, the scale is controlled by the Z axis.

Public Member Functions inherited from