Type alias ReferenceLine

ReferenceLine: {
    color: string;
    depth: number;
    fontSize?: string;
    lineType: ReferenceLineType;
    lineWidth?: number;
    text?: string;
    textColor?: string;
}

Type declaration

  • color: string
  • depth: number
  • Optional fontSize?: string
  • lineType: ReferenceLineType
  • Optional lineWidth?: number
  • Optional text?: string
  • Optional textColor?: string

Generated using TypeDoc