AppendStreamSetLineType : Set linetype [solid, dashed, dotted]
(t string)
| 306 | |
| 307 | // AppendStreamSetLineType : Set linetype [solid, dashed, dotted] |
| 308 | func (c *ContentObj) AppendStreamSetLineType(t string) { |
| 309 | var cache cacheContentLineType |
| 310 | cache.lineType = t |
| 311 | c.listCache.append(&cache) |
| 312 | } |
| 313 | |
| 314 | // AppendStreamSetCustomLineType : set a custom line type |
| 315 | func (c *ContentObj) AppendStreamSetCustomLineType(a []float64, p float64) { |