com.nchart3d.NChart.NChartCustomAxisGridLines Class Reference

The NChartCustomAxisGridLines class provides methods to control grid lines drawn at custom values of the chart's axis. More...

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

Public Member Functions

double[] getValues ()
 Array of values at which the grid lines should be drawn.
 
void setValues (double[] values)
 For details see getValues().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartAxisGridLines
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 NChartCustomAxisGridLines class provides methods to control grid lines drawn at custom values of the chart's axis.