SmartChartJS3Adapter
Namespace: Wisej.AI.Adapters
Assembly: Wisej.AI
Represents an adapter that enhances a ChartJS control with several AI features.
- C#
- VB.NET
public class SmartChartJS3Adapter : SmartChartAdapter
Public Class SmartChartJS3Adapter
Inherits 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 | 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 |
|---|---|
| IToolProvider | Represents a provider that supplies tools. |