com.nchart3d.NChart.NChartPolarSystem Class Reference
The NChartPolarSystem class provides methods for managing the chart's polar coordinate system. More...
Inheritance diagram for com.nchart3d.NChart.NChartPolarSystem:
Public Member Functions | |
| NChartValueAxis | getAzimuthAxis () |
| Azimuth-Axis of the polar coordinate system. | |
| NChartValueAxis | getRadiusAxis () |
| Radius-Axis of the polar coordinate system. | |
| NChartAxisGrid | getGrid () |
| Grid of the polar coordinate system. | |
| boolean | isBorderVisible () |
| Flag that determines if the border around the polar coordinate system is visible (true) or not (false). | |
| void | setBorderVisible (boolean borderVisible) |
| For details see isBorderVisible(). | |
| int | getBorderColor () |
| Color of the border around the polar coordinate system. | |
| void | setBorderColor (int borderColor) |
| For details see getBorderColor(). | |
| float | getBorderThickness () |
| Thickness of the border around the polar coordinate system. | |
| void | setBorderThickness (float borderThickness) |
| For details see getBorderThickness(). | |
Public Member Functions inherited from com.nchart3d.NChart.NChartCoordSystem | |
| abstract NChartMargin | getMargin () |
| Margin of the coordinate system. | |
| abstract void | setMargin (NChartMargin margin) |
| For details see getMargin(). | |
Public Member Functions inherited from com.nchart3d.NChart.NChartObject | |
| boolean | isVisible () |
| Flag that determines if the object is visible or not. More... | |
| void | setVisible (boolean visible) |
| For details see isVisible(). | |
| NChart | getChart () |
| Chart the object belongs to. More... | |
Detailed Description
The NChartPolarSystem class provides methods for managing the chart's polar coordinate system.

Public Member Functions inherited from