Interface DrawingSettings

Hierarchy

Properties

lineWidth1: number
lineWidth2: number
lineWidth3: number
pattern1: string
pattern2: string
pattern3: string
color1: string
color2: string
color3: string
active1: boolean
active2: boolean
active3: boolean
pattern: string
lineWidth: number
fillColor: string
color: string
font: {
    style: string;
    size: string;
    weight: string;
    family: string;
}

Type declaration

  • style: string
  • size: string
  • weight: string
  • family: string
fibs: {
    level: number;
    display: boolean;
}[]
volumeProfile: {
    priceBuckets: number;
}

Type declaration

  • priceBuckets: number
waveParameters: {
    impulse: Impulse;
    corrective: Corrective;
    decoration: Decoration;
    template: Template;
    showLines: boolean;
}

Type declaration

axisLabel: boolean
showCallout: boolean

Generated using TypeDoc