com.nchart3d.NChart.NChartObject Class Referenceabstract
The NChartObject class provides common methods for all the objects on the chart. More...
Inheritance diagram for com.nchart3d.NChart.NChartObject:
Public Member Functions | |
| 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 NChartObject class provides common methods for all the objects on the chart.
Member Function Documentation
|
inline |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
|
inline |
Flag that determines if the object is visible or not.
The default value is "true".
