Paints the element itself without the nested elements.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public abstract void PaintSelf(
	PaintArguments args
)
Visual Basic (Declaration)
Public MustOverride Sub PaintSelf ( _
	args As PaintArguments _
)
Visual C++
public:
virtual void PaintSelf(
	PaintArguments^ args
) abstract

See Also