Class SciChartSurfaceRenderLayers
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class SciChartSurfaceRenderLayers
Constructors
SciChartSurfaceRenderLayers()
Declaration
public SciChartSurfaceRenderLayers()
Fields
AXES
Defines a layer for rendering of SciChartSurface#getXAxes() and SciChartSurface#getYAxes() collections
Declaration
public static final int AXES
Field Value
| Type | Description |
|---|---|
| int |
BACKGROUND
Defines a layer for drawing of SciChartSurface background
Declaration
public static final int BACKGROUND
Field Value
| Type | Description |
|---|---|
| int |
CHART
Defines a layer for rendering on top of chart
Declaration
public static final int CHART
Field Value
| Type | Description |
|---|---|
| int |
RENDERABLE_SERIES
Defines a layer for rendering of SciChartSurface#getRenderableSeries() collection. Also includes rendering of axis grid lines and bands
Declaration
public static final int RENDERABLE_SERIES
Field Value
| Type | Description |
|---|---|
| int |