Interface VolumeProfilePrimitiveOptions

interface VolumeProfilePrimitiveOptions {
    barColor: string;
    buyColor: string;
    displayMode: VolumeDisplayMode;
    highlightValueArea: boolean;
    labelSide: VolumeProfileSide;
    opacity: number;
    pocColor: string;
    sellColor: string;
    showPoc: boolean;
    showPocLabel: boolean;
    showValueArea: boolean;
    showValueAreaLabels: boolean;
    side: VolumeProfileSide;
    vahColor: string;
    valColor: string;
    valueAreaFillColor: string;
    valueAreaFillOpacity: number;
    valueAreaOpacityDim: number;
    width: number;
    zOrder: ZOrder;
}

Properties

barColor: string
buyColor: string
displayMode: VolumeDisplayMode
highlightValueArea: boolean

Show a price label at the session edge for the POC/value area.

opacity: number
pocColor: string
sellColor: string
showPoc: boolean
showPocLabel: boolean
showValueArea: boolean
showValueAreaLabels: boolean

Anchor the bars at the session's left or right edge.

vahColor: string
valColor: string
valueAreaFillColor: string
valueAreaFillOpacity: number
valueAreaOpacityDim: number

Opacity multiplier for rows outside the value area (1 = no dimming).

width: number

Maximum bar length in media px.

zOrder: ZOrder