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:
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
|
inline |
Length of ticks in pixels.
The default value is 10.
|
inline |
Thickness of ticks in pixels.
The default value is 1.
|
inline |
Type of ticks.
- See also
- NChartAxisTickType

Public Member Functions inherited from