New to Kendo UI for Angular? Start a free 30-day trial

DashType

The dash type of a line.

ValueDescription
dashdashA line consisting of dashes
dashDotdashA line consisting of a repeating pattern of dash-dot
dotdashA line consisting of dots
longDashdashA line consisting of a repeating pattern of long-dash
longDashDotdashA line consisting of a repeating pattern of long-dash dot
longDashDotDotdashA line consisting of a repeating pattern of long-dash dot-dot
soliddashA solid line

type DashType = "dash" | "dashDot" | "dot" | "longDash" | "longDashDot" | "longDashDotDot" | "solid";

In this article

Not finding the help you need?