scalesTextColor

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the scalesTextColor of widget to {RGB | RGBA}
get the scalesTextColor of widget
Associationscom.livecode.widget.chart
Summary

scales text color

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the scalesTextColor of widget "Chart View" to 255,67,67
end mouseUp
Description

Use the scaleTextColor property to change or get the color of the text displayed on the chart scales.