Namespace: PP.Ui;
The LineTypes enumeration lists line types.
It is used by the following properties:
ChartArrow.Style;
ChartText.BorderStyle;
Value | Overview |
solid | Solid. Solid line. |
dash | Dash. Dashed line. |
dot | Dot. Dashed line. |
shortdash | ShortDash. Short dashes. |
shortdot | ShortDot. Short dots. |
shortdashdot | ShortDashDot. Dash dotted line with short dashes. |
dashdot | DashDot. Dot-and-dash line. |
longdashdot | LongDashDot. Dash dotted line with long dashes. |
shortdashdotdot | ShortDashDotDot. Short dashes with two dots. |
dashdotdot | DashDotDot. Dashes with two dots. |
longdashdotdot | LongDashDotDot. Long dashes with two dots. |
See also: