Core.Plugins.Charting

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Set private=false on references to owned projects. Related to Issue [WTI-189]

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

Former-commit-id: e2337db3735ca9b6a1cfa30c038da9cce6af2a24

  1. … 28 more files in changeset.
Added Core.Common.Version reference to projects which use GlobalAssembly. Changed name of ShowChartLegendViewCommand to ToggleChartLegendViewCommand to represent its purpose better. Removed obsolete warning filters. Related to Issue [WTI-189]

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

Former-commit-id: 562e88f3d7fff2221409a4a9b1c48fc9d138f9a8

    • -60
    • +0
    ./Commands/ShowChartLegendViewCommand.cs
    • -0
    • +60
    ./Commands/ToggleChartLegendViewCommand.cs
  1. … 12 more files in changeset.
removed unused references. Related to Issue [WTI-189]

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

Former-commit-id: 587d48f9c9e76d24581c1f5658df587503ea95be

  1. … 1 more file in changeset.
Added ChartingGuiPlugin to application. Removed obsolete resources. Related to Issue [WTI-189]

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

Former-commit-id: 74cd1e9534c77905f64575cec9337898ff51c738

  1. … 17 more files in changeset.
Created new Core.Plugins.Charting project, which contains GUI related classes for charting. Related to Issue [WTI-189]

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

Former-commit-id: 254f6b51a76833527f15fb6871ebdbe2df6243dc

    • -0
    • +184
    ./ChartingGuiPlugin.cs
    • -0
    • +60
    ./Commands/ChartViewCommandBase.cs
    • -0
    • +26
    ./Commands/DecreaseFontSizeCommand.cs
    • -0
    • +18
    ./Commands/ExportChartAsImageCommand.cs
    • -0
    • +26
    ./Commands/IncreaseFontSizeCommand.cs
    • -0
    • +49
    ./Commands/RulerCommand.cs
    • -0
    • +60
    ./Commands/ShowChartLegendViewCommand.cs
    • -0
    • +182
    ./Core.Plugins.Charting.csproj
    • -0
    • +139
    ./Forms/ChartLegendView.Designer.cs
    • -0
    • +191
    ./Forms/ChartLegendView.cs
    • -0
    • +279
    ./Forms/ChartLegendView.resx
    • -0
    • +85
    ./Forms/ChartSeriesTreeNodePresenter.cs
    • -0
    • +75
    ./Forms/ChartTreeNodePresenter.cs
    • -0
    • +35
    ./Properties/AssemblyInfo.cs
    • -0
    • +1245
    ./Properties/Resources.Designer.cs
  1. … 78 more files in changeset.