<graph> element usage, CMlGraphCurve::Style ?
Posted: 03 Apr 2019, 18:46
Hi,
I've seen <graph> can do lines, but GraphCurve suggest that it could do bezier as well...
or what is the right syntax, as there's so little infos for this manialink element 
**edit**
changed topic title, so it's easier to find the info from future searches.
I've seen <graph> can do lines, but GraphCurve suggest that it could do bezier as well...
- What are the possible values for the Style attribute ?
- Can <graph> hold possible <curve> values ?
Code: Select all
<graph min="0 0" max="100 100">
<curve color="fff" width="0.1">
<point pos="0 0" />
<point pos="0 10" />
</curve>
</graph>

**edit**
changed topic title, so it's easier to find the info from future searches.