RenderParams

interface RenderParams

This defines the parameters for a call to a Chart’s rendering method.

Properties

annotations

annotations: undefined | Annotation []

The Annotation objects to be rendered.

end

end: undefined | number

The end coordinate of the region that will be rendered.

rowCount

rowCount: undefined | number

The number of rows that will be rendered.

start

start: undefined | number

The start coordinate of the region that will be rendered.