Skip to content

Conversation

@Jonarw
Copy link
Member

@Jonarw Jonarw commented Oct 30, 2019

Fixes #1402.

Checklist

  • I have included examples or tests
  • I have updated the change log
  • I am listed in the CONTRIBUTORS file
  • I have cleaned up the commit history (use rebase and squash)

Changes proposed in this pull request:

  • Remove ColumnSeries (replaced by transposed BarSeries)
  • Replace ErrorColumnSeries by transposable ErrorBarSeries
  • Add the ability to display transposed plots to WPF ExampleBrowser
  • Fix remaining XYAxisSeries to work in transposed mode

@oxyplot/admins

public static bool IsTransposable(this PlotModel model)
{
return (model.Axes.Count > 0 || model.Series.Count > 0)
&& model.Annotations.Count == 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could annotations also be transposed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting question! I will open a separate issue for it.

@objorke objorke merged commit 4999e59 into oxyplot:develop Nov 1, 2019
@objorke
Copy link
Member

objorke commented Nov 1, 2019

Good job! Thanks for improving this code!

@Jonarw Jonarw deleted the deletecolumnseries branch October 12, 2020 07:29
janusw added a commit to janusw/oxyplot-xamarin that referenced this pull request Jan 3, 2023
janusw added a commit to janusw/oxyplot-xamarin that referenced this pull request Jan 3, 2023
janusw added a commit to janusw/oxyplot-xamarin that referenced this pull request Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove ColumnSeries

2 participants