Core.Components.OxyPlot

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
cleanup and addition of documentation and tests. Related to Issue [WTI-137]

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

Former-commit-id: 7406c96fba636c0368186d47e13a202c941621cf

Former-commit-id: d73950305526136fdd4f11601bf491496529c332

  1. … 19 more files in changeset.
Implemented custom MultipleAreaSeries for support of drawing multiple areas in one series (for example for a soil layer which gets intersected by a surface line). Implemented the necessary classes to convert a soil layer geometry intersected by a surfaceline and draw the resulting geometry on the charting component. Temporarily added NetTopologySuite to Ringtoets.Piping.Forms for quick testing of the soil layer drawing functionality. Always notify the root collection of the ChartLegendView on changes of children. Related to Issue [WTI-137]

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

Former-commit-id: 6116ec0ee3f9c6d2413957c3b91fa2ab7b990d0c

Former-commit-id: e4ea733a931918f804fcc45ec4b602686a837f04

    • -0
    • +64
    ./Converter/ChartMultipleAreaDataConverter.cs
    • -0
    • +146
    ./CustomSeries/MultipleAreaSeries.cs
  1. … 22 more files in changeset.
- Refactored tuple<double, double> to Point2D in PointBasedChartData. Related to Issue [WTI-135]

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

Former-commit-id: 4ec64b86855c6dd247a7bbdc040e949819b4aabd

Former-commit-id: 14c994986efc16b9a9bba51236f4a310e7aac2e3

    • -1
    • +1
    ./Converter/ChartPointDataConverter.cs
  1. … 22 more files in changeset.
Added style options for chart point. Related to Issue [WTI-455]

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

Former-commit-id: 260e682f536ff7707e09260181ecb9185a42c4da

Former-commit-id: a5bc2a4a7e432100960b066a678ab4b132d72ccb

    • -0
    • +2
    ./Converter/ChartPointDataConverter.cs
  1. … 4 more files in changeset.
Fixed some editorial issues. Related to Issue [WTI-455]

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

Former-commit-id: 039269ce9a7ca214310702e4696c919918cc515c

Former-commit-id: 91ce68eaa0bf34c8570329b699b336d78b9b33a5

  1. … 3 more files in changeset.
Implemented styles for ChartAreaData and ChartPointData. Related to Issue [WTI-455]

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

Former-commit-id: 12d3c5521a34eb3bff2f8e766d9b1cf7b3e3a1ae

Former-commit-id: dcb1cdf6be76a983a3d6d82ae04617b29644ee1d

    • -0
    • +14
    ./Converter/ChartAreaDataConverter.cs
    • -1
    • +15
    ./Converter/ChartPointDataConverter.cs
  1. … 14 more files in changeset.
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

    • -0
    • +66
    ./Converter/ChartDataHelper.cs
    • -1
    • +17
    ./Converter/ChartLineDataConverter.cs
  1. … 30 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

    • -0
    • +51
    ./Converter/ChartAreaDataConverter.cs
    • -1
    • +1
    ./Converter/ChartDataCollectionConverter.cs
    • -0
    • +46
    ./Converter/ChartLineDataConverter.cs
    • -0
    • +49
    ./Converter/ChartPointDataConverter.cs
    • -0
    • +64
    ./Converter/ChartSeriesFactory.cs
  1. … 46 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.
made references to our own projects public. Related to Issue [WTI-382]

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

Former-commit-id: 5e5676ef76d1791ebc6467902bd0a2f396e0c714

Former-commit-id: cc6e7ba3e09991df6f5488b0ab63d50a1188dda6

  1. … 28 more files 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.
Last typo's fixed for WTI-Review-333 Related to Issue [WTI-337]

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

Former-commit-id: a00d115a8d2138035fd8351fb18f332607e8727f

Former-commit-id: 36457ad99961ddcd35d267ae14bc4275ebf4a3d5

  1. … 24 more files in changeset.
Applied some review related changes Related to Issue [WTI-248]

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

Former-commit-id: 18aff48ac37a5cf6e972c2d16724b4ae96f296b8

    • -1
    • +1
    ./Converter/ChartDataCollectionConverter.cs
  1. … 4 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

    • -4
    • +4
    ./Converter/ChartDataCollectionConverter.cs
  1. … 367 more files in changeset.
Refactored MapData. Added MapLineData, PointBasedMapData and MapDataCollection with accompanying converters and tests. Removed redundant test files. Related to Issue [WTI-248]

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

Former-commit-id: 7f5808c010726e6ccff56e19f02047ec441f7b15

    • -1
    • +0
    ./Converter/ChartDataCollectionConverter.cs
  1. … 51 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

    • -2
    • +2
    ./Converter/ChartDataCollectionConverter.cs
  1. … 348 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

    • -1
    • +22
    ./Converter/ChartDataCollectionConverter.cs
  1. … 396 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

    • -11
    • +3
    ./Converter/ChartDataCollectionConverter.cs
    • -18
    • +20
    ./Converter/ChartDataConverter.cs
    • -0
    • +32
    ./Converter/IChartDataConverter.cs
  1. … 28 more files in changeset.
Enabled zooming by using mouse scrollwheel. Related to Issue [WTI-270]

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

Former-commit-id: dafbe0b00a3d4a269da4da4c891f76b7e310cdf2

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

    • -1
    • +4
    ./Converter/ChartDataCollectionConverter.cs
  1. … 24 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

    • -147
    • +0
    ./Collection/ChartDataCollection.cs
    • -15
    • +0
    ./Collection/ChartDataCollectionEventArgs.cs
    • -0
    • +30
    ./Converter/ChartDataCollectionConverter.cs
  1. … 34 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

  1. … 10 more files in changeset.
DynamicPlotController now extends ControllerBase and implement IPlotController as to prevent superfluous binding. Improved the way the plot updates itself on visibility updates. Related to Issue [WTI-272]

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

Former-commit-id: edba669fd89bd5ee1f8e9961be3331ff89884fea

  1. … 2 more files in changeset.
Implemented ChartDataCollection and used this for Data in BaseChart so that ChartData can be added directly. Implemented LinearPlotView and DynamicPlotController which are used by BaseChart and moved view and controller logic from BaseChart to these new classes. Related to Issue [WTI-272]

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

Former-commit-id: ec29acef3e28a90d583ccbbcf2ed5013a69450bc

    • -0
    • +147
    ./Collection/ChartDataCollection.cs
    • -0
    • +15
    ./Collection/ChartDataCollectionEventArgs.cs
    • -0
    • +69
    ./DynamicPlotController.cs
  1. … 10 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
    • +34
    ./Converter/AreaDataConverter.cs
    • -0
    • +52
    ./Converter/ChartDataConverter.cs
    • -0
    • +31
    ./Converter/LineDataConverter.cs
    • -0
    • +31
    ./Converter/PointDataConverter.cs
    • -0
    • +41
    ./Converter/SeriesFactory.cs
  1. … 8 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

  1. … 26 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

  1. … 31 more files in changeset.
Added Core.Components.Charting project.

Related to Issue [WTI-272]

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

Former-commit-id: 3772743ac84bf712b1225cf2cd149eb079e05c17

  1. … 4 more files in changeset.