Interface: RenkoOptions
Defined in: finance/charts.ts:37
Properties
brickSize
ts
brickSize: number;Defined in: finance/charts.ts:40
Fixed brick height in price units.
close
ts
close: ArrayLike<number>;Defined in: finance/charts.ts:38
downColor?
ts
optional downColor?: string | Color;Defined in: finance/charts.ts:42
name?
ts
optional name?: string;Defined in: finance/charts.ts:43
renderType?
ts
optional renderType?: RenderType;Defined in: finance/charts.ts:45
upColor?
ts
optional upColor?: string | Color;Defined in: finance/charts.ts:41
yAxis?
ts
optional yAxis?: string;Defined in: finance/charts.ts:44