com.nchart3d.NChart.NChartRange Class Reference
The NChartRange class provides methods to control range selector. More...
Inheritance diagram for com.nchart3d.NChart.NChartRange:
Public Member Functions | |
| NChartBrush | getBrush () |
| Brush of the range selector. | |
| void | setBrush (NChartBrush brush) |
| For details see getBrush(). | |
| NChartValueAxisRange | getXRange () |
| Range by X-Axis. More... | |
| void | setXRange (NChartValueAxisRange range) |
| For details see getXRange(). | |
| double | getXRangeMinimalLength () |
| Minimal length of range by X-Axis. | |
| void | setXRangeMinimalLength (double minimalLength) |
| For details see getXRangeMinimalLength(). | |
| NChartValueAxisRange | getSXRange () |
| Range by SX-Axis. More... | |
| double | getSXRangeMinimalLength () |
| Minimal length of range by SX-Axis. | |
| void | setSXRangeMinimalLength (double minimalLength) |
| For details see getSXRangeMinimalLength(). | |
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 NChartRange class provides methods to control range selector.
Member Function Documentation
|
inline |
Range by SX-Axis.
The NChartValueAxisRange object is transient: it is created anew for each request and is not retained inside NChartRange instance.
|
inline |
Range by X-Axis.
The NChartValueAxisRange object is transient: it is created anew for each request and is not retained inside NChartRange instance.

Public Member Functions inherited from