New to Kendo UI for AngularStart a free 30-day trial

RenderMode

Sets the rendering mode of the component.

The supported values are:

  • "canvas"—Renders the component as a Canvas element.
  • "svg"—Renders the component as an inline SVG document.

type RenderMode = "svg" | "canvas";

Not finding the help you need?
Contact Support