Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/16 13:06:49 (7 years ago)
Author:
pfleck
Message:

#2713 Moved the charting logic out of DataTableView and ScatterPlotView into new DataTableControl and ScatterPlotControl.
This way, the charts can be reused without the name-textbox and description from the NamedItemView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r14208 r14439  
    122122  </ItemGroup>
    123123  <ItemGroup>
     124    <Compile Include="DataTableControl.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="DataTableControl.Designer.cs">
     128      <DependentUpon>DataTableControl.cs</DependentUpon>
     129    </Compile>
    124130    <Compile Include="IndexedDataTableView.cs">
    125131      <SubType>UserControl</SubType>
     
    127133    <Compile Include="IndexedDataTableView.Designer.cs">
    128134      <DependentUpon>IndexedDataTableView.cs</DependentUpon>
     135    </Compile>
     136    <Compile Include="ScatterPlotControl.cs">
     137      <SubType>UserControl</SubType>
     138    </Compile>
     139    <Compile Include="ScatterPlotControl.Designer.cs">
     140      <DependentUpon>ScatterPlotControl.cs</DependentUpon>
    129141    </Compile>
    130142    <Compile Include="ScatterPlotVisualPropertiesDialog.cs">
Note: See TracChangeset for help on using the changeset viewer.