ASP.NET MVC Controls
IRenderEngine Interface
File
wijmo.chart.js
Module
wijmo.chart

Represents a rendering engine that performs the basic drawing routines.

Properties

Methods

Properties

element

Gets the rendered element.

Type
Element

fill

Gets or sets the color used to fill the element.

Type
string

fontFamily

Gets or sets the font family for the text output.

Type
string

fontSize

Gets or sets the font size for the text output.

Type
string

stroke

Gets or sets the color used to outline the element.

Type
string

strokeWidth

Gets or sets the thickness of the outline.

Type
number

textFill

Gets or sets the text color.

Type
string

Methods

beginRender

beginRender(): void

Clear the viewport and start the rendering cycle.

Returns
void

endRender

endRender(): void

Finish the rendering cycle.

Returns
void

setViewportSize

setViewportSize(w: number, h: number): void

Set the size of the viewport.

Parameters
Returns
void

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback