plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
TreChart
plot2d
chart
tre
class
TreChart : BaseChart!TreStat {
void
expandViewport
(Elem val, bool[2] inited);
Color
fillUp
;
Color
fillDown
;
Color
stroke
;
Color
strokeLimUp
;
Color
strokeLimDown
;
bool
skipNaN
;
bool
verticalCap
;
double
disaster
;
double
disasterCoef
;
this
(Color stroke, Color strokeLimUp, Color fillUp, Color strokeLimDown, Color fillDown, BufferFiller fd);
void
update
();
void
draw
(Ctx cr, Trtor tr);
}
Constructors
this
this
(Color stroke, Color strokeLimUp, Color fillUp, Color strokeLimDown, Color fillDown, BufferFiller fd)
Undocumented in source.
Members
Functions
draw
void
draw
(Ctx cr, Trtor tr)
Undocumented in source. Be warned that the author may not have intended to support it.
expandViewport
void
expandViewport
(Elem val, bool[2] inited)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
disaster
double
disaster
;
Undocumented in source.
disasterCoef
double
disasterCoef
;
fillDown
Color
fillDown
;
Undocumented in source.
fillUp
Color
fillUp
;
Undocumented in source.
skipNaN
bool
skipNaN
;
stroke
Color
stroke
;
strokeLimDown
Color
strokeLimDown
;
strokeLimUp
Color
strokeLimUp
;
Undocumented in source.
verticalCap
bool
verticalCap
;
Undocumented in source.
Meta
Source
See Implementation
plot2d
chart
tre
classes
TreChart