com.nchart3d.NChart.NChartAxisTick Class Reference

The NChartAxisTick class provides methods to manage ticks on the axes. More...

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

Public Member Functions

int getColor ()
 Color of the ticks.
 
void setColor (int color)
 For details see getColor().
 
float getLength ()
 Length of ticks in pixels. More...
 
void setLength (float length)
 For details see getLength().
 
float getThickness ()
 Thickness of ticks in pixels. More...
 
void setThickness (float thickness)
 For details see getThickness().
 
NChartAxisTickType getType ()
 Type of ticks. More...
 
void setType (NChartAxisTickType type)
 For details see getType().
 
- 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 NChartAxisTick class provides methods to manage ticks on the axes.

Member Function Documentation

float com.nchart3d.NChart.NChartAxisTick.getLength ( )
inline

Length of ticks in pixels.

The default value is 10.

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

Thickness of ticks in pixels.

The default value is 1.

NChartAxisTickType com.nchart3d.NChart.NChartAxisTick.getType ( )
inline

Type of ticks.

See also
NChartAxisTickType