IChartObject interface. Implement this interface to create your own chart objects. It is recommended that you do this by deriving from ChartObjectBase.

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

Syntax

C#
public interface IChartObject
Visual Basic (Declaration)
Public Interface IChartObject
Visual C++
public interface class IChartObject

See Also