UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

8 lines (7 loc) 146 B
/** * The dash line type. */ export type DashType = 'dash' | 'dashDot' | 'dot' | 'longDash' | 'longDashDot' | 'longDashDotDot' | 'solid';