Represents a rectangle as a composite element; a base class for the composite elements with the rectangular area.

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

Syntax

C#
public abstract class RectangleComposite : Composite
Visual Basic (Declaration)
Public MustInherit Class RectangleComposite _
	Inherits Composite
Visual C++
public ref class RectangleComposite abstract : public Composite

Inheritance Hierarchy

See Also