Skip to content

ChartElliottWaveBase

Summary

Represents the shared options of the Elliott Wave chart objects. An Elliott Wave is an ordered list of labelled pivots joined by a polyline; the wave degree drives the label notation.

Signature

1
public abstract interface ChartElliottWaveBase

Namespace

cAlgo.API

See Also

Properties

Degree

Summary

Gets or sets the wave degree that drives the label notation and default color.

Signature

1
public abstract ChartElliottWaveDegree Degree {get; set;}

Return Value

ChartElliottWaveDegree

ShowLabels

Summary

Gets or sets a value indicating whether the wave labels are displayed. Default is true.

Signature

1
public abstract bool ShowLabels {get; set;}

Return Value

bool

Thickness

Summary

Gets or sets the chart object lines thickness.

Signature

1
public abstract int Thickness {get; set;}

Return Value

int

Related Tutorials

Color

Summary

Gets or sets the chart object lines color.

Signature

1
public abstract Color Color {get; set;}

Return Value

Color

LineStyle

Summary

Gets or sets the chart object lines style.

Signature

1
public abstract LineStyle LineStyle {get; set;}

Return Value

LineStyle