datasetLabels

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the DatasetLabels of widget to <Labels>
get the DatasetLabels of widget
Associationscom.livecode.widget.chart
Summary

label showing each data set

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the DatasetLabels of widget "Chart View" to "label 1" & cr & "label 2" & cr & "label 3"
end mouseUp
Description

Use the DatasetLabels property to get and set the labels for your data sets.