Core.Components.OxyPlot

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted ChartPointDataConverter and ChartLineDataConverter Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7120 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 39cad5d2753d5420ed2c7b25f6f3e4fb8b73daa2

Former-commit-id: 55a14051875c2a020332e28d5b5ad33d6225d7f8

    • -22
    • +8
    ./Converter/ChartLineDataConverter.cs
    • -27
    • +12
    ./Converter/ChartPointDataConverter.cs
Adapted chart data converters Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7118 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2338b3f37120192a101775ca247dfdd1b2eb3d1b

Former-commit-id: df8ab737503715f4526f80e12cb60231d25fef05

    • -2
    • +2
    ./Converter/ChartMultipleAreaDataConverter.cs
  1. … 2 more files in changeset.
Refactored ChartDataConverter Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7116 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 06268b6c18d13b2d8ad01c4d82fb43e677e35ca1

Former-commit-id: ef19f81dbf0a7ff2d0c6305e337608f87271866b

    • -27
    • +37
    ./Converter/ChartDataConverter.cs
  1. … 1 more file in changeset.
Removed ChartDataCollectionConverter Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7110 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0d7f85c39391895dae74bc632673c0432905b73d

Former-commit-id: 2db15a921b318caf2c1860d1c5300b2f9e1099ea

    • -45
    • +0
    ./Converter/ChartDataCollectionConverter.cs
  1. … 2 more files in changeset.
Introduced PointBasedChartDataSeriesFactory Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7109 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 33fa1aa4b6bf84e352f051ff8c90b426ebee2e5b

Former-commit-id: 03f3b6404ad9ae23380b9609d28395f9c0de686d

    • -1
    • +1
    ./Converter/ChartDataCollectionConverter.cs
    • -0
    • +62
    ./Converter/PointBasedChartDataSeriesFactory.cs
  1. … 4 more files in changeset.
Removed IChartDataConverter Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7108 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 45654ff071973dbc3789fb89331ed953cbe45be1

Former-commit-id: 2e84eba2eb85cd79e7d3ac3984781801c7c0f210

Added CustomSeries Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7107 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 748f6680d8470639c9bd3a05d5f2e8108a8b6e23

Former-commit-id: 4c8ff43d940941549d9182a26ca675cba7684732

    • -0
    • +68
    ./CustomSeries/ChartAreaDataSeries.cs
    • -0
    • +68
    ./CustomSeries/ChartLineDataSeries.cs
    • -0
    • +68
    ./CustomSeries/ChartPointDataSeries.cs
    • -0
    • +34
    ./CustomSeries/IPointBasedChartDataSeries.cs
- Review related changes paired with bouvrie Related to Issue [WTI-931]

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

Former-commit-id: 08d3502c090c09a8bda1840af9595e3a1ff50965

Former-commit-id: 021b9a30c3d0ce21272912dee24e3d2b6dac4318

  1. … 14 more files in changeset.
* parameter null validation added. * renamed 'object' to 'value'. Related to Issue [WTI-931]

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

Former-commit-id: dabe727b5cf43fa26a054b71b83f3dbabfae4224

Former-commit-id: e3290a26dfa352699943ea96e1275e3fb375403b

  1. … 36 more files in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

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

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

  1. … 163 more files in changeset.
* Made variabletype explicit. * Added xml docs to method to make it clear what it's behavior is. * Added InvalidEnumArgumentException to default sections of switch statements. * Renamed resource (and reused it)

Related to Issue [WTI-926]

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

Former-commit-id: bc454db9c282f8f142b9ddd4e0d6b2f7141a5ef6

Former-commit-id: f83d1d7387f86e9c8cb1edf2cf839799e3180065

  1. … 14 more files in changeset.
* Cleanup Core.Components test and source projects.

Related to Issue [WTI-737]

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

Former-commit-id: e43482c8d3c88447940f3da14abeebf091a03a9c

Former-commit-id: ceea7f89ce9e85a05303af3fba2ecf2f58113cc5

    • -1
    • +1
    ./Converter/ChartDataCollectionConverter.cs
    • -1
    • +4
    ./Converter/ChartMultipleAreaDataConverter.cs
    • -1
    • +4
    ./Converter/ChartPointDataConverter.cs
  1. … 46 more files in changeset.
Made methods static. Renamed parameters in overriding methods. Related to Issue [WTI-737]

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

Former-commit-id: bb76819f12206fde7d8989135a719fc3d906e2a8

Former-commit-id: 87efafaf533dfe290201b1c16c28062293c987f6

    • -1
    • +1
    ./Converter/ChartMultipleAreaDataConverter.cs
    • -1
    • +1
    ./Converter/ChartPointDataConverter.cs
  1. … 13 more files in changeset.
Use Dispose() instead of Close(). Made MapLegendController disposable so that it can close it's view. Related to Issue [WTI-737]

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

Former-commit-id: 4709418987bdc346cc08c52748e367b6dff31450

Former-commit-id: 8bd6325089ebd67ea8024fa7ac331386b7154a62

    • -4
    • +10
    ./CustomSeries/MultipleAreaSeries.cs
  1. … 5 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 310 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

  1. … 53 more files in changeset.
Merged revision(s) from branches/WTI 757

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

Former-commit-id: 40a88103dce0ad8463ad013cb2a3e79832191624

Former-commit-id: 5a25a63e8182698a9ce1bb0e44b262e019c39c7b

  1. … 84 more files in changeset.
Fixed some ReSharper coding issues Related to Issue [WTI-757]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-757@4545 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d11c014b155f839691f304523e1996ef127ddf0e

Former-commit-id: 4981d5bd6423b4a2b3b302aad368d7100d8209f1

  1. … 17 more files in changeset.
Merged revision(s) from branches/WTI 676

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

Former-commit-id: 9a7434db0106e507912ae4b8ae213160b0deb65d

Former-commit-id: da60477b596e006d0aec187bdc2e74006878e477

    • -2
    • +2
    ./Converter/ChartDataCollectionConverter.cs
  1. … 62 more files in changeset.
Renamed List property of ChartDataCollection to Collection Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4406 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6a11d9aab4784127dfa24560abc6fd0272de7eb3

Former-commit-id: 692ef3b161f01fa055d26a29ab40c96d97250781

    • -2
    • +2
    ./Converter/ChartDataCollectionConverter.cs
  1. … 11 more files in changeset.
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.