titleFontLineHeight

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the titleFontLineHeight of widget to {"normal" | "inherit" | "initial" | "revert" | "unset" | number [ em | % ]}
get the titleFontLineHeight of widget
Associationscom.livecode.widget.chart
Summary

Determines the height of the title line.

OSmac, windows, linux, ios, android, web
Example
# Keyword value
set the titleFontLineHeight of widget "Chart View" to "normal"
# Unitless values: use this number multiplied by the element's font size
set the titleFontLineHeight of widget "Chart View" to 3.5
# <length> values
set the titleFontLineHeight of widget "Chart View" to "3em"
# <percentage> values
set the titleFontLineHeight of widget "Chart View" to "34%"
# Global values
set the titleFontLineHeight of widget "Chart View" to "inherit"
Description

Use the titleFontLineHeight property to set the height of the title line. https://developer.mozilla.org/en-US/docs/Web/CSS/line-height