Core.Components.OxyPlot.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented style for ChartLineData. Related to Issue [WTI-455]

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

Former-commit-id: 52c7d3dd603b9253ccc50134ef37e7b3bc954ed5

Former-commit-id: 384541082b0ba8f193f0838fa6c70f177541f855

    • -1
    • +22
    ./Converter/ChartAreaDataConverterTest.cs
    • -1
    • +22
    ./Converter/ChartDataCollectionConverterTest.cs
    • -1
    • +22
    ./Converter/ChartDataConverterTest.cs
    • -0
    • +93
    ./Converter/ChartDataHelperTest.cs
    • -1
    • +117
    ./Converter/ChartLineDataConverterTest.cs
    • -1
    • +22
    ./Converter/ChartPointDataConverterTest.cs
    • -1
    • +22
    ./Converter/ChartSeriesFactoryTest.cs
  1. … 22 more files in changeset.
Changes after review. Related to Issue [WTI-454]

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

Former-commit-id: d793f819fa34ca54997b8c28a5a393a217706fbd

Former-commit-id: e86c387a18065a9241df7d9447b6fcd84e4373f4

    • -2
    • +2
    ./Converter/ChartAreaDataConverterTest.cs
    • -2
    • +2
    ./Converter/ChartDataCollectionConverterTest.cs
    • -2
    • +2
    ./Converter/ChartLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/ChartPointDataConverterTest.cs
  1. … 10 more files in changeset.
- Renamed chart data with the prefix Chart so it is clear that is is ChartData. - Implemented name in the ChartData. Related to Issue [WTI-454]

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

Former-commit-id: 9e2f30e6fba72a2bc2eb0784d0423c1538851e3c

Former-commit-id: 9f7885eeff4b6a53d96cdc2fbe00457689668217

    • -113
    • +0
    ./Converter/AreaDataConverterTest.cs
    • -0
    • +113
    ./Converter/ChartAreaDataConverterTest.cs
    • -6
    • +6
    ./Converter/ChartDataCollectionConverterTest.cs
    • -6
    • +12
    ./Converter/ChartDataConverterTest.cs
    • -0
    • +110
    ./Converter/ChartLineDataConverterTest.cs
    • -0
    • +113
    ./Converter/ChartPointDataConverterTest.cs
    • -0
    • +104
    ./Converter/ChartSeriesFactoryTest.cs
    • -110
    • +0
    ./Converter/LineDataConverterTest.cs
    • -113
    • +0
    ./Converter/PointDataConverterTest.cs
    • -104
    • +0
    ./Converter/SeriesFactoryTest.cs
  1. … 45 more files in changeset.
Adapted DynamicPlotController => No middle mouse button panning and rectangle zoom at the same time Related to Issue [WTI-413]

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

Former-commit-id: dabe49aa8440c29e860cc6ae2c264276fe8b5e0e

Former-commit-id: 087367c0717d712140a6dcf2078720ed3ebf07c7

  1. … 1 more file in changeset.
Extended DynamicPlotController so that middle mouse button zooming is alway enabled Related to Issue [WTI-413]

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

Former-commit-id: b19ae9bea998ee16890c55aacf6bfb45a75ebe2f

Former-commit-id: f252a23fac5cd950d14014fece87d94a4f8559ca

  1. … 1 more file in changeset.
- Change in functionality of Charting. Default mode is panning Related to Issue [WTI-381]

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

Former-commit-id: eb9a7426273553d5d4044bfbdf42b6858002de4e

Former-commit-id: ff8d5a96265f641cd47d7ec87ea89651a50b0a3d

  1. … 1 more file in changeset.
* Implemented suggestions from WTI-Review-324 ** Improved consistency of code/comments ** Removed unused references. ** Fixed typo in Licentie.rtf ** Cleanup Related to Issue [WTI-317]

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

Former-commit-id: 47998ef0d7021437628c242c5d4ea83410a6cc45

Former-commit-id: 2d3aa08662a9fcb44b389dfed8b04ed1e91ebbcf

    • -2
    • +2
    ./Converter/ChartDataCollectionConverterTest.cs
  1. … 50 more files in changeset.
Introduced PointBasedChartData to reduce code clones. Refactored ChartDataConverter to improve robustness (prevented having to hard-cast ChartData in several places). Refactored ChartDataNodePresenter to fix open/closed principle violation. Related to Issue [WTI-272]

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

Former-commit-id: 20d64b9e77ec09070028225c9854f6e2ee14b173

    • -6
    • +42
    ./Converter/AreaDataConverterTest.cs
    • -8
    • +42
    ./Converter/ChartDataCollectionConverterTest.cs
    • -19
    • +34
    ./Converter/ChartDataConverterTest.cs
    • -5
    • +42
    ./Converter/LineDataConverterTest.cs
    • -5
    • +42
    ./Converter/PointDataConverterTest.cs
  1. … 31 more files in changeset.
Added docs and tests. Related to Issue [WTI-272]

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

Former-commit-id: 0eb48b02437195ee53ae98bbd809943ea8ac7634

    • -0
    • +84
    ./Converter/ChartDataCollectionConverterTest.cs
  1. … 23 more files in changeset.
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.