[]
Defines a builder to configurate FibonacciFans<T>.
public class FibonacciFansBuilder<T> : ExtraSeriesBuilder<T, FibonacciFans<T>, FibonacciFansBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
FibonacciFansBuilder(FibonacciFans<T>) | Creates one FibonacciFansBuilder<T> instance to configurate |
Name | Description |
---|---|
End(DataPoint) | Configurates End. Sets the ending DataPoint for the base line. |
LabelPosition(LabelPosition) | Configurates LabelPosition. Sets the LabelPosition for levels in FibonacciArcs tool. |
Levels(double[]) | Configurates Levels. Sets the array of levels for plotting. |
Start(DataPoint) | Configurates Start. Sets the starting DataPoint for the base line. |