BaseChart

Constructors

this
this(BufferFiller fillData)
Undocumented in source.

Members

Aliases

BufferFiller
alias BufferFiller = void delegate(ref Appender!(Elem[]))
Undocumented in source.
Elem
alias Elem = T
Undocumented in source.

Functions

draw
void draw(Ctx cr, Trtor tr)
expandViewport
void expandViewport(Elem val, bool[2] inited)
Undocumented in source.
update
void update()

Mixins

__anonymous
mixin StylizedHelper
Undocumented in source.

Properties

viewport
const(Viewport) viewport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Appender!(Elem[]) buffer;
Undocumented in source.
fillData
BufferFiller fillData;
Undocumented in source.
vp
Viewport vp;

Inherited Members

From Chart

viewport
const(Viewport) viewport [@property getter]
visible
bool visible [@property getter]
update
void update()

update buffered data and viewport

Meta