You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FSharpChart we could use ChartFormUtilities.ProvideTitle, but there's no equivalent in FSharp.Charting. This is needed when you want to use ChartControl directly to embed in an application instead of using it in FSI. The ShowChart function uses the ProvideTitle function to set the title of the form it creates, but if you need to show the chart any other way, there's currently no way to get at the title that would be generated
The text was updated successfully, but these errors were encountered:
In FSharpChart we could use
ChartFormUtilities.ProvideTitle
, but there's no equivalent in FSharp.Charting. This is needed when you want to useChartControl
directly to embed in an application instead of using it in FSI. TheShowChart
function uses theProvideTitle
function to set the title of the form it creates, but if you need to show the chart any other way, there's currently no way to get at the title that would be generatedThe text was updated successfully, but these errors were encountered: