Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/11 00:15:33 (13 years ago)
Author:
abeham
Message:

#1465

  • Added movie view for HistogramHistory
  • Added QualityDistributionAnalyzer for analyzing the development of the quality distributions in a population
  • Added AggregatedHistogramHistoryView for displaying a histogram of the accumulated data in a history
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r5961 r5994  
    124124      <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon>
    125125    </Compile>
     126    <Compile Include="AggregatedHistogramHistoryView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="AggregatedHistogramHistoryView.Designer.cs">
     130      <DependentUpon>AggregatedHistogramHistoryView.cs</DependentUpon>
     131    </Compile>
     132    <Compile Include="HistogramHistoryView.cs">
     133      <SubType>UserControl</SubType>
     134    </Compile>
     135    <Compile Include="HistogramHistoryView.Designer.cs">
     136      <DependentUpon>HistogramHistoryView.cs</DependentUpon>
     137    </Compile>
    126138    <Compile Include="HeatMapHistoryView.cs">
    127139      <SubType>UserControl</SubType>
     
    237249  </ItemGroup>
    238250  <ItemGroup>
     251    <EmbeddedResource Include="AggregatedHistogramHistoryView.resx">
     252      <DependentUpon>AggregatedHistogramHistoryView.cs</DependentUpon>
     253    </EmbeddedResource>
    239254    <EmbeddedResource Include="HeatMapView.resx">
    240255      <DependentUpon>HeatMapView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.