Paints an element to the particular layer.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
void PaintLayer( PaintArguments args, ChartLayer layer )  | 
| Visual Basic (Declaration) | 
|---|
Sub PaintLayer ( _ args As PaintArguments, _ layer As ChartLayer _ )  | 
| Visual C++ | 
|---|
void PaintLayer( PaintArguments^ args, ChartLayer layer )  | 
Parameters
- layer
 - Type: PerpetuumSoft.Charts..::.ChartLayer