CartesianChartHost
Displays a CartesianChart.
Parameters
the CartesianChart.
creates and updates the CartesianChartModel.
the modifier to be applied to the chart.
houses information on the CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.
houses information on the CartesianChart’s zoom factor. Allows for zoom customization.
the AnimationSpec for difference animations.
whether to display an animation when the chart is created. In this animation, the value of each chart entry is animated from zero to the actual value. This animation isn’t run in previews.
shown when no CartesianChartModel is available.
Displays a CartesianChart. This function accepts a CartesianChartModel. For dynamic data, use the function overload that accepts a CartesianChartModelProducer instance.
Parameters
the CartesianChart.
the CartesianChartModel.
the modifier to be applied to the chart.
houses information on the CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.
houses information on the CartesianChart’s zoom factor. Allows for zoom customization.