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