Adding charts
LightningChart LA creates interactive XY charts. Pan and zoom are available by default, while the native UI framework controls where each chart appears and how it is sized. This keeps layout idiomatic to the client framework: place charts using your application's normal layout components.
When creating a chart, you can configure its title and choose whether animations are enabled.
Connect a chart to its data by adding series; see Adding series. Configure its axes separately; see Configuring axes.
Dispose a chart when its view is no longer needed. Other charts and shared datasets in the same context can continue to be used.