subtitleFont

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

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

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

Use the subtitleFont 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