UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

12 lines (11 loc) 274 B
/** * A Border applied to the series viewport, axes or the entire chart surface */ export declare type TBorder = { border?: number; borderLeft?: number; borderRight?: number; borderBottom?: number; borderTop?: number; color?: string; };