Fibonacci Circle object

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

Syntax

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

Remarks

Draws eleven lines in a circle formation from the anchor point. Point 1 is the anchor point. Point 2 dictates the inner most circle. Subsequent circles are plotted at significant fibonacci values.

Inheritance Hierarchy

See Also