New to Kendo UI for Vue? Start a free 30-day trial
DashType
The dash type of a line.
Value | Description | |
---|---|---|
dash | ![]() | A line consisting of dashes |
dashDot | ![]() | A line consisting of a repeating pattern of dash-dot |
dot | ![]() | A line consisting of dots |
longDash | ![]() | A line consisting of a repeating pattern of long-dash |
longDashDot | ![]() | A line consisting of a repeating pattern of long-dash dot |
longDashDotDot | ![]() | A line consisting of a repeating pattern of long-dash dot-dot |
solid | ![]() | A solid line |
type
DashType = "dash" | "dashDot" | "dot" | "longDash" | "longDashDot" | "longDashDotDot" | "solid";