Skip to content

ChartFibonacciBase

Summary

Represents the Fibonacci tools options.

Signature

1
public abstract interface ChartFibonacciBase

Namespace

cAlgo.API

See Also

Properties

FibonacciLevels

Summary

Gets the Fibonacci levels.

Signature

1
public abstract IReadonlyList<FibonacciLevel> FibonacciLevels {get;}

Return Value

IReadonlyList

DisplayPrices

Summary

Defines if the Fibonacci levels display the prices

Signature

1
public abstract bool DisplayPrices {get; set;}

Return Value

bool

Thickness

Summary

Gets or sets the lines thickness.

Signature

1
public abstract int Thickness {get; set;}

Return Value

int

Related Tutorials

Color

Summary

Gets or sets the lines color.

Signature

1
public abstract Color Color {get; set;}

Return Value

Color

LineStyle

Summary

Gets or sets the lines style.

Signature

1
public abstract LineStyle LineStyle {get; set;}

Return Value

LineStyle