com.nchart3d.NChart.NChartLOD Class Reference
The NChartLOD class provides storage for a certain level of detail (LOD). More...
Public Member Functions | |
| NChartLOD (NChartSeries series, float zoom) | |
| Create a LOD instance. More... | |
| NChartSeries | getSeries () |
| LOD series. | |
| float | getZoom () |
| Zoom level. | |
| NChartRawArrayElementType | getElementType () |
| Data element type. | |
| long | getElementsCount () |
| Data elements count (in entries of given type). | |
| boolean | isVisible () |
| Flag indicating if this LOD is visible. More... | |
| void | setVisible (boolean visible) |
| For details see isVisible(). | |
Detailed Description
The NChartLOD class provides storage for a certain level of detail (LOD).
Constructor & Destructor Documentation
|
inline |
Create a LOD instance.
- Parameters
-
series - series that corresponds to this LOD. zoom - zoom level of this LOD.
Member Function Documentation
|
inline |
Flag indicating if this LOD is visible.
The default value is true.
