Base class for shapes that have "filled" characteristics

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

Syntax

C#
[SerializableAttribute]
public class ChartFilledObjectBase : ChartObjectBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ChartFilledObjectBase _
	Inherits ChartObjectBase
Visual C++
[SerializableAttribute]
public ref class ChartFilledObjectBase : public ChartObjectBase

Inheritance Hierarchy

See Also