if (FALSE) {
# Open a chart object
myChart <- chart(myProject, chart = "My Chart")
# Remove the scenario ID and the timestamp from the chart
myChart <- chartOptionsLegend(myChart, showScenarioId = FALSE,
showTimestamp = FALSE)
# Hide the chart legend
myChart <- chartOptionsLegend(myChart, show = FALSE)
}
Run the code above in your browser using DataLab