MotionCanvasComposer
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines a motion canvas composer, a pair of render mode and frame ticker.

Inheritance:
Object =>
MotionCanvasComposer

Constructors

// Defines a motion canvas composer, a pair of render mode and frame ticker.
IRenderMode renderMode, // *summary not found*
IFrameTicker ticker// *summary not found*
)

Properties

Gets the render mode.
Type: IRenderMode
Gets the ticker.
Type: IFrameTicker

Methods

// Initializes the composer.
CoreMotionCanvas canvas//
)
// Disposes the composer.
CoreMotionCanvas canvas//
)