WebChart.DatasetCount
From Xojo Documentation
Property (As Integer )
aWebChart.DatasetCount = newIntegerValue
or
IntegerValue = aWebChart.DatasetCount
New in 2020r1
Supported for all project types and targets.
or
IntegerValue = aWebChart.DatasetCount
New in 2020r1
Supported for all project types and targets.
{{Description |text = The number of datasets that have been added to the chart.}
See Also
AddDataset, AddDatasetAt and AddDatasets methods.