The abstract base class that implements the IChartObject interface. Derive all chart objects from this class.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public abstract class ChartObjectBase : IChartObject
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class ChartObjectBase _
	Implements IChartObject
Visual C++
[SerializableAttribute]
public ref class ChartObjectBase abstract : IChartObject

Inheritance Hierarchy

See Also