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:
com.nchart3d.NChart.NChartAxesPlane com.nchart3d.NChart.NChartAxis com.nchart3d.NChart.NChartAxisGrid com.nchart3d.NChart.NChartAxisGridLines com.nchart3d.NChart.NChartAxisTick com.nchart3d.NChart.NChartCoordSystem com.nchart3d.NChart.NChartCrosshair com.nchart3d.NChart.NChartPlaced com.nchart3d.NChart.NChartRange com.nchart3d.NChart.NChartSeries com.nchart3d.NChart.NChartStaticLine

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

NChart com.nchart3d.NChart.NChartObject.getChart ( )
inline

Chart the object belongs to.

This property is assigned automatically whenever the object is assigned to the chart.

boolean com.nchart3d.NChart.NChartObject.isVisible ( )
inline

Flag that determines if the object is visible or not.

The default value is "true".