Feature error bar item#2156
Conversation
…significance" This reverts commit b5ae215.
… to demonstrate spacing functionality Modify ErrorBarItem.cs, and add a Spacing property to control the spacing between error bars Modify ErrorBarSeries.cs to implement error bar position adjustment and rendering logic based on the Spacing property
# Conflicts: # Source/Examples/ExampleLibrary/Series/ErrorBarSeriesExamples.cs
|
Hi @objorke, this PR is ready for review. |
|
Hi @VisualMelon this PR is ready for review. |
|
@tangmanger sorry, I am not actively monitoring this project. @VisualMelon will you follow up? |
|
I suggest creating and referring to an issue that describes the new feature! I think there should be a discussion if this is a feature that should be added in the library, or if it should be left as a customization example. Do other plotting libraries have similar functionality? |
|
Okay, I will create a corresponding issue to describe this new feature in detail for further discussion. As far as I know, this feature is not yet available in other existing WPF chart libraries. However, significance marking is widely used in statistical scenarios. During practical project usage, I’ve received frequent requests from customers for this capability, so I implemented this feature to meet real business and statistical analysis needs. |
|
Close #2163 |
|
Something doesn't look right with the bar positioning relative to the ticks I've usually seen e.g. asterisks used to show a statistically significant difference between two data-point: do you have a couple of references for this sort of symbology? (can add the info to #2163) |

Fixes # .
Checklist
Changes proposed in this pull request:
-Add a mark on the ErrorBarItem to satisfy statistical significance
-Add ErrorBarItem spacing
@oxyplot/admins