我有一个DotNetHighchart,带有打印图表、下载为PDF等常用选项。我只想删除打印图表选项,这在以前版本的highchart中似乎很容易使用.SetExporting(newExporting{Buttons=newExportingButtons{PrintButton=newExportingButtonsPrintButton{Enabled=false}}}但由于我不知道的原因,更新后的highcharts模块只允许在ExportingOptions中使用一个类....SetExporting(newDotNet.Highcharts.Options.Exportin