SmartChartJS3Adapter

Wisej.AI.Adapters.SmartChartJS3Adapter

Namespace: Wisej.AI.Adapters

Assembly: Wisej.AI (3.5.0.0)

Represents an adapter that enhances a ChartJS control with several AI features.

public class SmartChartJS3Adapter : SmartChartAdapter

This class extends the functionality of the ChartJS3 control by integrating AI capabilities. It is part of the SmartAdapter API category and does not allow multiple extensions.

Constructors

SmartChartJS3Adapter()

Initializes a new instance of SmartChartJS3Adapter.

Properties

ChartJS3

ChartJS3: Gets the ChartJS3 control associated with this adapter.

This property is not browsable in the property grid and is hidden from designer serialization.

Methods

OnControlCreated(control)

Called when a control is created.

Parameter
Type
Description

control

The control that was created.

This method initializes the ChartJS3Tools with the associated ChartJS3 control. It ensures that the base class's OnControlCreated method is also called.

Implements

Name
Description

Represents a provider that supplies tools.

Last updated