UNPKG

sigplot-ts

Version:

TypeScript-based Integration Library for SigPlot 2.0

10 lines (9 loc) 233 B
/** * Describes how/what to draw for a side */ export interface SideFeature { /** Stroke style (color string, gradient, or pattern) */ strokeStyle?: any; lineWidth?: number; lineCap?: 'butt' | 'round' | 'square'; }