Jump to content
Software FX Community

junkbond

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by junkbond

  1. I have BoxPlot defined by a crosstab provider and would like to add a curve to an additional Y-Axis to show the sum of the averages for each box. So, if the average values for a plot with 4 boxes were 2, 3, 7, and 10, the curve would have points at 2, 5, 12, and 22. However, I can't figure out how to add the curve to the chart without affecting the existing data. Is it this possible? Any tips on getting it set up correctly would be greatly appreciated. Thanks, Jason Rust
  2. I've set up a BoxPlot using a crosstab provider, and everything works well. However, we would like to offer the user the opportunity to change the field used as the column header. I accomplish that by changing the Name of the ColumnHeading field in the DataSourcesSettings and then calling ReloadData(). The boxes in the plot are updated to reflect the data, but the Categorical Axis labels remain the same. How can I update those to reflect the current data configuration? I've attached an example using the Statistical sample project included with the Extensions pack. Switch to the BoxPlot tab and then change the combo box from Operator to Machine to demonstrate. Thanks!
  3. I've attempted to do just that, but I'm having trouble will all the wasted whitespace that surrounds the chart area (I think this is called the plot margin?). Please see attached image and let me know if there's any way to make the actual line chart area take up more of the margin space. And yes, I've already set the PlotAreaMargin members to zero. Thanks again for help! Jason
  4. Is there any intention to provide the ability to create panes both horizontally and vertically? I generate a number of statistical charts for engineering, and for statistics, it is common to generate multiple panes. For example, I'd like to be able to create a line chart with 8 panes (2 rows x 4 columns) to show the measurement values from multiple operators for the 8 different parts. Thanks!
×
×
  • Create New...