titleFont

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the textFont of widget to fontName
get the textFont of widget
Associationscom.livecode.widget.chart
Summary

Specifies the font face of text in the title of chart.

OSmac, windows, linux, ios, android, web
Example
set the textFont of widget "Chart View" to "Courier"
set the textFont of widget "Chart View" to "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
Description

Use the textFont property to change the appearance of text. Default font family for all text, follows CSS font-family options. https://developer.mozilla.org/en-US/docs/Web/CSS/font-family