I have setup a Mean Range Chart in WPF to calculate CPK. I now need to just display the table with the data (top part of the chart) without displaying the primary or secondary charts.
I have set the charts to not display by setting .PrimaryChart.DisplayChart and .SecondaryChart.DisplayChart to false, but the space for these charts is still taken up on screen.
Is it possible to hide the charts and not have that space taken up?
Sorry, but the software is designed to display one or two charts, i.e. SPC Charts, so there are no provisions for maximal display of the table as you describe.