Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7469


Ignore:
Timestamp:
02/15/12 11:26:25 (12 years ago)
Author:
mkommend
Message:

#1710: Organized optimization views into folder and improved the automatic coloring of runs.

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
2 added
1 edited
20 moved

Legend:

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

    r7042 r7469  
    143143      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
    144144    </Compile>
    145     <Compile Include="RunCollectionContentConstraintView.cs">
    146       <SubType>UserControl</SubType>
    147     </Compile>
    148     <Compile Include="RunCollectionContentConstraintView.Designer.cs">
     145    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
     146      <SubType>UserControl</SubType>
     147    </Compile>
     148    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
    149149      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
    150150    </Compile>
     
    167167      <DependentUpon>ResultValueView.cs</DependentUpon>
    168168    </Compile>
    169     <Compile Include="RunCollectionBoxPlotView.cs">
    170       <SubType>UserControl</SubType>
    171     </Compile>
    172     <Compile Include="RunCollectionBoxPlotView.Designer.cs">
     169    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
     170      <SubType>UserControl</SubType>
     171    </Compile>
     172    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
    173173      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
    174174    </Compile>
    175     <Compile Include="RunCollectionComparisonConstraintView.cs">
    176       <SubType>UserControl</SubType>
    177     </Compile>
    178     <Compile Include="RunCollectionComparisonConstraintView.Designer.cs">
     175    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
     176      <SubType>UserControl</SubType>
     177    </Compile>
     178    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
    179179      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
    180180    </Compile>
    181     <Compile Include="RunCollectionTypeCompatibilityConstraintView.cs">
    182       <SubType>UserControl</SubType>
    183     </Compile>
    184     <Compile Include="RunCollectionTypeCompatibilityConstraintView.Designer.cs">
     181    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
     182      <SubType>UserControl</SubType>
     183    </Compile>
     184    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
    185185      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
    186186    </Compile>
    187     <Compile Include="RunCollectionConstraintCollectionView.cs">
    188       <SubType>UserControl</SubType>
    189     </Compile>
    190     <Compile Include="RunCollectionConstraintCollectionView.Designer.cs">
     187    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
     188      <SubType>UserControl</SubType>
     189    </Compile>
     190    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
    191191      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
    192192    </Compile>
    193     <Compile Include="RunCollectionColumnConstraintView.cs">
    194       <SubType>UserControl</SubType>
    195     </Compile>
    196     <Compile Include="RunCollectionColumnConstraintView.Designer.cs">
     193    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
     194      <SubType>UserControl</SubType>
     195    </Compile>
     196    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
    197197      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
    198198    </Compile>
     
    209209      <DependentUpon>ExperimentView.cs</DependentUpon>
    210210    </Compile>
    211     <Compile Include="RunCollectionBubbleChartView.cs">
    212       <SubType>UserControl</SubType>
    213     </Compile>
    214     <Compile Include="RunCollectionBubbleChartView.Designer.cs">
     211    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
     212      <SubType>UserControl</SubType>
     213    </Compile>
     214    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
    215215      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
    216216    </Compile>
    217     <Compile Include="RunCollectionEqualityConstraintView.cs">
    218       <SubType>UserControl</SubType>
    219     </Compile>
    220     <Compile Include="RunCollectionEqualityConstraintView.Designer.cs">
     217    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
     218      <SubType>UserControl</SubType>
     219    </Compile>
     220    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
    221221      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
    222222    </Compile>
    223     <Compile Include="RunCollectionTabularView.cs">
    224       <SubType>UserControl</SubType>
    225     </Compile>
    226     <Compile Include="RunCollectionTabularView.Designer.cs">
     223    <Compile Include="RunCollectionViews\RunCollectionTabularView.cs">
     224      <SubType>UserControl</SubType>
     225    </Compile>
     226    <Compile Include="RunCollectionViews\RunCollectionTabularView.Designer.cs">
    227227      <DependentUpon>RunCollectionTabularView.cs</DependentUpon>
    228228    </Compile>
    229     <Compile Include="RunCollectionView.cs">
    230       <SubType>UserControl</SubType>
    231     </Compile>
    232     <Compile Include="RunCollectionView.Designer.cs">
     229    <Compile Include="RunCollectionViews\RunCollectionView.cs">
     230      <SubType>UserControl</SubType>
     231    </Compile>
     232    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
    233233      <DependentUpon>RunCollectionView.cs</DependentUpon>
    234234    </Compile>
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs

    r7467 r7469  
    678678
    679679    private void ColorRuns(string axisValue) {
    680       var runs = Content.Select(r => new { Run = r, Value = GetValue(r, axisValue) }).Where(r => r.Value.HasValue);
     680      var runs = Content.Where(r => r.Visible).Select(r => new { Run = r, Value = GetValue(r, axisValue) }).Where(r => r.Value.HasValue);
    681681      double minValue = runs.Min(r => r.Value.Value);
    682682      double maxValue = runs.Max(r => r.Value.Value);
Note: See TracChangeset for help on using the changeset viewer.