Struct cli_candlestick_chart::Chart[][src]

pub struct Chart { /* fields omitted */ }

Implementations

Draws the chart by outputting multiples strings in the terminal.

Set the name of the chart in the info bar.

Set the color of the bearish candle The default color is (234, 74, 90).

Set the color of the bullish candle The default color is (52, 208, 88).

Sets the color of the volume when the candle is bearish. The default color is (234, 74, 90).

Sets the color of the volume when the candle is bullish. The default color is (52, 208, 88).

Hide or show the volume pane.

Set the character for drawing the volume bars.

Set the volume pane height. Default is 1/6 of the terminal height.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.