Skip to content

ChartGannBase

Summary

Represents the Gann tools options.

Signature

1
public abstract interface ChartGannBase

Namespace

cAlgo.API

See Also

Properties

GannLevels

Summary

Gets the Gann levels.

Signature

1
public abstract IReadonlyList<GannLevel> GannLevels {get;}

Return Value

IReadonlyList

DisplayPrices

Summary

Defines if the Gann 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

Time1

Summary

Gets or sets the first point time value on the Time line.

Signature

1
public abstract DateTime Time1 {get; set;}

Return Value

DateTime

Time2

Summary

Gets or sets the second point time value on the Time line.

Signature

1
public abstract DateTime Time2 {get; set;}

Return Value

DateTime

Y1

Summary

Gets or sets the first point value on the Y-axis.

Signature

1
public abstract double Y1 {get; set;}

Return Value

double

Y2

Summary

Gets or sets the second point value on the Y-axis.

Signature

1
public abstract double Y2 {get; set;}

Return Value

double