Core.Components.Charting.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Introduced new context for chart data. - Introduced Insert method for chart data collection. - Refactored ChartLegendView. Related to Issue [WTI-676]

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

Former-commit-id: 609764ea5892820b07751f8ec8eb3f1e9d5e367c

Former-commit-id: 12b076a89646c2d804e6d2a9ca6089efe63058c5

  1. … 15 more files in changeset.
- Made sure visibility state is set to element that is replacing the old element. Related to Issue [WTI-676]

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

Former-commit-id: b62192fdc4cc61b71260f3d6968b2a4444b58b1d

Former-commit-id: 85572598910714d9e2ab7ae6a12eda3af999ed59

  1. … 4 more files in changeset.
Used <\{\s+public class .+Test> regular expression to find all Tests with missing TestFixture annotation and added it. Related to Issue [WTI-137]

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

Former-commit-id: 906cef178e830ee9cf94061e9f26cbc0bbf7b09e

Former-commit-id: 06b94ee02114697f44260fcafbb6350638b82f2b

  1. … 30 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
    • +1
    ./Core.Components.Charting.Test.csproj
    • -0
    • +128
    ./Data/ChartMultipleAreaDataTest.cs
  1. … 24 more files in changeset.
Chages after review. Related to Issue [WTI-135]

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

Former-commit-id: 6a3f74021794fe723b4d3fa4ad75d812aa95baac

Former-commit-id: 64af02bf0a5623889ab0fccd986543b8e91c9987

  1. … 6 more files in changeset.
Set right names to chart data. Related to Issue [WTI-135]

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

Former-commit-id: 38ba66fc0cc57e50b6289b0a9c5b780c145ca550

Former-commit-id: d1a93c857b10c9ae527daa30c28199af39ffe0b6

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

    • -10
    • +11
    ./Data/ChartDataCollectionTest.cs
  1. … 21 more files in changeset.
- Changed the data structure of the ChartControl so we can add and update data in a view. - Added methods to ChartDataCollection to edit the list. - Fixed some tests. Related to Issue [WTI-135]

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

Former-commit-id: abfd75d0a45e6197411e43b14c8f05992c45cb91

Former-commit-id: fed8754c0d53e6b4f6f0b246b0e925948791d52c

    • -1
    • +179
    ./Data/ChartDataCollectionTest.cs
  1. … 10 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

  1. … 4 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
    • +2
    ./Core.Components.Charting.Test.csproj
    • -0
    • +48
    ./Styles/ChartAreaStyleTest.cs
    • -0
    • +48
    ./Styles/ChartPointStyleTest.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
    • +5
    ./Core.Components.Charting.Test.csproj
    • -0
    • +49
    ./Styles/ChartLineStyleTest.cs
  1. … 23 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

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

    • -3
    • +3
    ./Core.Components.Charting.Test.csproj
    • -0
    • +77
    ./Data/ChartAreaDataTest.cs
    • -0
    • +78
    ./Data/ChartLineDataTest.cs
    • -0
    • +77
    ./Data/ChartPointDataTest.cs
  1. … 46 more files 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

  1. … 53 more files in changeset.
Implemented fix for autoscale on hide/show of series. Added PointBasedChartDataTest. Reverted LinearPlotViewTest (failed on build server). Related to Issue [WTI-272]

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

Former-commit-id: 737c140d31278dd20a21e7541bf51508d98b1c76

    • -0
    • +5
    ./Core.Components.Charting.Test.csproj
    • -0
    • +47
    ./Data/PointBasedChartDataTest.cs
  1. … 4 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
    • +1
    ./Core.Components.Charting.Test.csproj
    • -0
    • +35
    ./Data/ChartDataCollectionTest.cs
  1. … 25 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. … 43 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

    • -0
    • +4
    ./Core.Components.Charting.Test.csproj
  1. … 12 more files in changeset.
Improved doc. Cleaned up project files. Related to Issue [WTI-272]

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

Former-commit-id: 625267f66816d2bb61852460805f248d86db6f8f

    • -9
    • +0
    ./Core.Components.Charting.Test.csproj
  1. … 8 more files in changeset.
Added tests for ChartData. Updated docs. Cleaned up classes. Related to Issue [WTI-272]

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

Former-commit-id: 19cdd5b4bb1a32beb529e2b2249efaa84df1f650

    • -0
    • +5
    ./Core.Components.Charting.Test.csproj
    • -0
    • +43
    ./Data/ChartDataTest.cs
  1. … 6 more files in changeset.
Moved Core.Components.Charting.Test to the correct directory. Related to Issue [WTI-272]

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

Former-commit-id: a83a04f6cfa575b6d58594f1fcbb3816e0f1e229

    • -0
    • +76
    ./Core.Components.Charting.Test.csproj
    • -0
    • +61
    ./Data/AreaDataTest.cs
    • -0
    • +60
    ./Data/LineDataTest.cs
    • -0
    • +60
    ./Data/PointDataTest.cs
    • -0
    • +13
    ./Properties/AssemblyInfo.cs
  1. … 7 more files in changeset.