Enumeretes layers to which chart elements are painted.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum ChartLayer |
| Visual Basic (Declaration) |
|---|
Public Enumeration ChartLayer |
| Visual C++ |
|---|
public enum class ChartLayer |
Members
| Member name | Description | |
|---|---|---|
| Background | Specifies a layer for the background painting. | |
| GridLinesBackGround | Specifies a layer for the background of the grid lines painting. | |
| GridLines | Specifies a layer for grid lines painting. | |
| Series | Specifies a layer for the series painting. | |
| Axis | Specifies a layer for axes painting. | |
| SeriesMarkers | Specifies a layer for the series markers painting. | |
| SeriesValues | Specifies a layer for the series values painting. | |
| Foreground | Specifies a layer for the foreground painting. |