Attribute "labelfontcolor"

Use:optional
Used by:edge
Description:The font color for the headlabel and the taillabel of an edge.
Values:#000000 .. #FFFFFF (rgb)
Default Value:#000000
Sponsored links:

Example 1/1:
Source code:
'
(graph ((ranksep "0.7"))
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(node ((id "d")))
(edge ((from "a") (to "b") (label "red") (headlabel "headlabel") (taillabel "taillabel") (labelfontcolor "#FF0000")))
(edge ((from "c") (to "d") (label "blue") (headlabel "headlabel") (taillabel "taillabel") (labelfontcolor "#0000FF"))))
Sponsored links

 Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the S-Dot licence for details.