Core.Components.OxyPlot.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactored BaseChart. Now works with ChartData.

Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1663 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9c58e1087949f62bcddea33755edf715908218fb

  1. … 39 more files in changeset.
moved forms related resources to Core.Components.OxyPlot.Forms. Added LinearPlotViewTest and DynamicPlotControllerTest. Made DynamicPlotController internal. Exposed internals of Core.Components.OxyPlot.Forms to Core.Components.OxyPlot.Forms.Test. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1643 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fd57f64c13add70c2cc0c60603ab40503bca9b27

    • -0
    • +76
    ./DynamicPlotControllerTest.cs
  1. … 12 more files in changeset.
Moved Documentation of BaseChart to IChart. Made ChartData observable. Made BaseChart UserControl. Made ChartDataView a UserControl with a BaseChart on it. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1624 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3aae0c25453439276a6ef7bc4f1ce45b3e2e8c78

  1. … 12 more files in changeset.
Refactored SeriesFactory so that ChartDataConverters are used. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1619 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 313de3eba836f37966fcc27df8ea8ccf523f95a5

    • -0
    • +77
    ./Converter/AreaDataConverterTest.cs
    • -0
    • +85
    ./Converter/ChartDataConverterTest.cs
    • -0
    • +72
    ./Converter/LineDataConverterTest.cs
    • -0
    • +75
    ./Converter/PointDataConverterTest.cs
    • -0
    • +101
    ./Converter/SeriesFactoryTest.cs
  1. … 9 more files in changeset.
Added Core.Components.Charting.TestUtil with TestChartData. Moved common implementations of IChartData into a ChartData abstract class. Added docs. Added tests. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1580 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b66c1e7be0f5de1f9d31ea1009b01a967511d702

    • -0
    • +12
    ./Core.Components.OxyPlot.Test.csproj
  1. … 24 more files in changeset.
Moved IChartData and its implementors LineData, AreaData and PointData to Core.Components.Charting so that chart data is separated from chart library specific logic. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1577 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f5b69e86f3b2a6a6bcd4c212e38956819ea32ffe

    • -0
    • +10
    ./SeriesFactoryTest.cs
  1. … 34 more files in changeset.
Added keytips to buttons on ChartingRibbon. Removed OxyPlot packages from projects that don't need them. Removed OxyPlot references from projects that don't need them.

Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1567 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b5169e7830ea56108b4381b01653feae3af7db88

  1. … 13 more files in changeset.
Hidden OxyPlot classes by removing inheritance of IChartData implementors. Added ISeries to return Series for IChartData implementors. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1564 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 90677c52020d5821cd47fb5e36989ba86cf961cc

  1. … 21 more files in changeset.
Renamed methods and interfaces to better meet their purpose. Added docs. Translated serie names. Cleaned up test AssemblyInfo. Failsafe implementation of unsupported IChartData in ChartDataNodePresenter. Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1553 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 594a82c7fd4f8cb7a148caf6a5f26ae4fb291b23

  1. … 28 more files in changeset.
Introduced Core.Components.OxyPlot.Forms, so that model and view is separated. Extracted NodePresenter classes from LegendTreeView. Ensured minimum size of a plot, so that no exception should occur if the containing form becomes too small. ChartingGuiPlugin no longer gets loaded.

Related to Issue [WTI-272]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1526 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 71594203a15b54554bf9cbaa93f507167a4eb2f3

    • -14
    • +0
    ./Core.Components.OxyPlot.Test.csproj
  1. … 25 more files in changeset.
Fixed issues with configuration. Related to Issue [WTI-266]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1478 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a317121698fec1c564e4223b5b10ae56d17f69cd

  1. … 1 more file in changeset.
Add PointData as possible type to add to the chart. Related to Issue [WTI-268]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1472 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5e8446e693b05a74b78e768e9be0edee26d65225

    • -0
    • +109
    ./Data/PointDataTest.cs
  1. … 5 more files in changeset.
Updated tests of Chart related classes Related to Issue [WTI-268]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1471 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bb578d4032a3de9953a0e727b0ac3f78587efa70

  1. … 3 more files in changeset.
Fixed test and fixed bug where point was drawn at origin when using AreaSeries. Related to Issue [WTI-268]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1470 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 46e8bcc43d2f21b0bf0fb1d8e221ad2be06a5b70

  1. … 1 more file in changeset.
Introduced IChartData for each data type to be added to the chart. Added AreaData and CollectionData. Added AreaData and LineData in a CollectionData to the demo chart. Related to Issue [WTI-268]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1469 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 21f1a0d729b3bfbefe188844707c4725de0e5343

    • -0
    • +93
    ./Data/AreaDataTest.cs
    • -0
    • +42
    ./Data/CollectionDataTest.cs
    • -0
    • +93
    ./Data/LineDataTest.cs
  1. … 10 more files in changeset.
Added BaseChart on which ChartData can be added to draw line series. Related to Issue [WTI-268]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1467 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 43b470f0d5e6e2bdf57d7e168d3368723b9ce915

    • -0
    • +22
    ./Core.Components.OxyPlot.Test.csproj
  1. … 11 more files in changeset.
Initial setup of the oxyplot projects. Related to Issue [WTI-266]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1464 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 782c85638aeef5bd7f109219357499ec0c45ec1a

    • -0
    • +61
    ./Core.Components.OxyPlot.Test.csproj
    • -0
    • +36
    ./Properties/AssemblyInfo.cs
  1. … 8 more files in changeset.