com.nchart3d.NChart.NChartAxisGridLines Class Reference

The NChartAxisGridLine class provides methods to control particular grid lines of the chart's axis. More...

Inheritance diagram for com.nchart3d.NChart.NChartAxisGridLines:
com.nchart3d.NChart.NChartObject

Public Member Functions

int getColor ()
 Color of the grid lines.
 
void setColor (int color)
 For details see getColor().
 
float getThickness ()
 Thickness of the grid lines in pixels. More...
 
void setThickness (float thickness)
 For details see getThickness().
 
NChartLineDash getLineDash ()
 Dash of the grid lines.
 
void setLineDash (NChartLineDash lineDash)
 For details see getLineDash().
 
- 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 NChartAxisGridLine class provides methods to control particular grid lines of the chart's axis.

Member Function Documentation

float com.nchart3d.NChart.NChartAxisGridLines.getThickness ( )
inline

Thickness of the grid lines in pixels.

The default value is 1.