Fibonacci Fan object
Namespace:
RightEdge.Common.ChartObjectsAssembly: 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
System..::.Object
RightEdge.Common.ChartObjects..::.ChartObjectBase
RightEdge.Common.ChartObjects..::.ChartSplitObjectBase
RightEdge.Common.ChartObjects..::.ChartFibFan
RightEdge.Common.ChartObjects..::.ChartObjectBase
RightEdge.Common.ChartObjects..::.ChartSplitObjectBase
RightEdge.Common.ChartObjects..::.ChartFibFan