public class SciChartSurfaceRenderLayers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SciChartSurfaceRenderLayers.SciChartSurfaceRenderLayer
Defines annotations with
SciChartSurfaceRenderLayers values |
Modifier and Type | Field and Description |
---|---|
static int |
AXES
Defines a layer for rendering of
SciChartSurface.getXAxes() and SciChartSurface.getYAxes() collections |
static int |
BACKGROUND
Defines a layer for drawing of
SciChartSurface background |
static int |
CHART
Defines a layer for rendering on top of chart
|
static int |
RENDERABLE_SERIES
Defines a layer for rendering of
SciChartSurface.getRenderableSeries() collection. |
Constructor and Description |
---|
SciChartSurfaceRenderLayers() |
public static final int BACKGROUND
SciChartSurface
backgroundpublic static final int RENDERABLE_SERIES
SciChartSurface.getRenderableSeries()
collection.
Also includes rendering of axis grid lines and bandspublic static final int AXES
SciChartSurface.getXAxes()
and SciChartSurface.getYAxes()
collectionspublic static final int CHART