Nevron Forum

No skin for chart Export and Print dialogs

https://www.nevron.com/Forum/Topic5713.aspx

By Pavol Rybarik - Friday, October 14, 2011

We have a Win Forms application where the Chart component is used on a standard Form. Can we invoke the chart Export dialog or chart Print Preview dialog without any skin?
By Nevron Support - Monday, October 17, 2011

Hi Pavol,

No this is currently not possible - you can disable the skinning:

NSkinManager.Instance.Skin = null;
NUIManager.Palette.Scheme = ColorScheme.WindowsDefault;
nChartControl1.ImageExporter.ShowDialog();

or we can send you the source code of these two clases as a reference implementation so you can build your own using WinForm controls...

By Pavol Rybarik - Monday, October 17, 2011

Thank you for the hint. The described solution is partially satisfactory.
Anyway I would appreciate if I can receive source code of these two clases as a reference for my own implementation usin standard WinForm.
By Nevron Support - Wednesday, October 19, 2011

Hi Pavol,

Please send an e-mail to support@nevron.com - we cannot upload that in the forum...