module Cryplot::LineMixin(T)
Overview
mixin used to attach line options to a type
Included Modules
Direct including types
Defined in:
plot/elems/line.crInstance Method Summary
-
#dash_type(val : Int32)
Set the dash type of the underlying line object
-
#line_color(color : String)
Set the line color of the underlying line object.
- #line_repr : String
-
#line_style(val : Int32)
Set the line style of the underlying line object
-
#line_type(val : Int32)
Set the line type of the underlying line object.
-
#line_width(val : Int32)
Set the line width of the underlying line object.