StiWpfVisualizer Class

Namespace: Stimulsoft.Dashboard.Visualizers

This class helps with a visualization via WPF technology of elements.

Inheritance

Inherits from: StiVisualizer

Methods

Method Returns Description
Render object Renders specified element object to WPF control.

Method Details

Render

Render(viewer: object, element: IStiElement): object

Renders specified element object to WPF control.

Parameters

  • viewer (object)
  • element (IStiElement)

Returns object