com.nchart3d.NChart.NChartCoordSystem Class Referenceabstract

The NChartCoordSystem class provides basic methods for managing the chart's coordinate system. More...

Inheritance diagram for com.nchart3d.NChart.NChartCoordSystem:
com.nchart3d.NChart.NChartObject com.nchart3d.NChart.NChartCartesianSystem com.nchart3d.NChart.NChartPolarSystem

Public Member Functions

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 NChartCoordSystem class provides basic methods for managing the chart's coordinate system.