Line is the most commonly used in graphs, which have two special properties from and to, which are the starting and ending point coordinates.
<v:line from= "0,0" to= "100,50" style= "position:relative"; />
If you want to change the line style, the LineStyle (Stroke) attribute can do this:
Single(default), Thinthin, Thinthick, Thickbetweenthin
If you want to change the type of the line, you can use the DashStyle (Stroke) Property:
Solid(default): see above
Shortdash:
Shortdot:
Shortdashdot:
Shortdashdotdot:
Dot:
Dash:
Longdash:
Dashdot:
Longdashdot:
Longdashdotdot:
In the drawing of coordinates, the arrow is needed, and VML has defined the arrows in the stroke: EndArrow and Startarrow properties, one is when the line begins with an arrow, and the other is when the line ends with an arrow. There are also many styles of arrows:
polylineis a line of deformation, is irregular continuous lines. It has a special attribute Points that sets the coordinates for each point. For example:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.