Skip to main content

SmartChartJS3Adapter

Namespace: Wisej.AI.Adapters

Assembly: Wisej.AI

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.

ParameterTypeDescription
controlControlThe 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

NameDescription
IToolProviderRepresents a provider that supplies tools.