Fibonacci Fan object

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

Syntax

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

Remarks

Draws six lines in a "fan" formation from the anchor point. Point 1 is the anchor point. Point 2 dictates the top most fan line. Subsequent lines of the fan are plotted at significant fibonacci values.

Inheritance Hierarchy

See Also