if (FALSE) {
# Open a chart object
myChart <- chart(myProject, chart = "My Chart")
# Set the font for the chart panels
myChart <- chartOptionsFont(myChart, panelFont = "Microsoft Sans Serif",
panelStyle = "bold/italic", panelSize = 8)
# Return a dataframe of the current font settings
myChart <- chartOptionsFont(myChart)
}
Run the code above in your browser using DataLab