Changeset 7469
- Timestamp:
- 02/15/12 11:26:25 (13 years ago)
- 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 143 143 <DependentUpon>RunCollectionModifierListView.cs</DependentUpon> 144 144 </Compile> 145 <Compile Include="RunCollectionCon tentConstraintView.cs">146 <SubType>UserControl</SubType> 147 </Compile> 148 <Compile Include="RunCollectionCon tentConstraintView.Designer.cs">145 <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs"> 146 <SubType>UserControl</SubType> 147 </Compile> 148 <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs"> 149 149 <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon> 150 150 </Compile> … … 167 167 <DependentUpon>ResultValueView.cs</DependentUpon> 168 168 </Compile> 169 <Compile Include="RunCollection BoxPlotView.cs">170 <SubType>UserControl</SubType> 171 </Compile> 172 <Compile Include="RunCollection BoxPlotView.Designer.cs">169 <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs"> 170 <SubType>UserControl</SubType> 171 </Compile> 172 <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs"> 173 173 <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon> 174 174 </Compile> 175 <Compile Include="RunCollectionCo mparisonConstraintView.cs">176 <SubType>UserControl</SubType> 177 </Compile> 178 <Compile Include="RunCollectionCo mparisonConstraintView.Designer.cs">175 <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs"> 176 <SubType>UserControl</SubType> 177 </Compile> 178 <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs"> 179 179 <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon> 180 180 </Compile> 181 <Compile Include="RunCollection TypeCompatibilityConstraintView.cs">182 <SubType>UserControl</SubType> 183 </Compile> 184 <Compile Include="RunCollection TypeCompatibilityConstraintView.Designer.cs">181 <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs"> 182 <SubType>UserControl</SubType> 183 </Compile> 184 <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs"> 185 185 <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon> 186 186 </Compile> 187 <Compile Include="RunCollectionConstraint CollectionView.cs">188 <SubType>UserControl</SubType> 189 </Compile> 190 <Compile Include="RunCollectionConstraint CollectionView.Designer.cs">187 <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs"> 188 <SubType>UserControl</SubType> 189 </Compile> 190 <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs"> 191 191 <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon> 192 192 </Compile> 193 <Compile Include="RunCollectionCo lumnConstraintView.cs">194 <SubType>UserControl</SubType> 195 </Compile> 196 <Compile Include="RunCollectionCo lumnConstraintView.Designer.cs">193 <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs"> 194 <SubType>UserControl</SubType> 195 </Compile> 196 <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs"> 197 197 <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon> 198 198 </Compile> … … 209 209 <DependentUpon>ExperimentView.cs</DependentUpon> 210 210 </Compile> 211 <Compile Include="RunCollection BubbleChartView.cs">212 <SubType>UserControl</SubType> 213 </Compile> 214 <Compile Include="RunCollection BubbleChartView.Designer.cs">211 <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs"> 212 <SubType>UserControl</SubType> 213 </Compile> 214 <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs"> 215 215 <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon> 216 216 </Compile> 217 <Compile Include="RunCollection EqualityConstraintView.cs">218 <SubType>UserControl</SubType> 219 </Compile> 220 <Compile Include="RunCollection EqualityConstraintView.Designer.cs">217 <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs"> 218 <SubType>UserControl</SubType> 219 </Compile> 220 <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs"> 221 221 <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon> 222 222 </Compile> 223 <Compile Include="RunCollection TabularView.cs">224 <SubType>UserControl</SubType> 225 </Compile> 226 <Compile Include="RunCollection TabularView.Designer.cs">223 <Compile Include="RunCollectionViews\RunCollectionTabularView.cs"> 224 <SubType>UserControl</SubType> 225 </Compile> 226 <Compile Include="RunCollectionViews\RunCollectionTabularView.Designer.cs"> 227 227 <DependentUpon>RunCollectionTabularView.cs</DependentUpon> 228 228 </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"> 233 233 <DependentUpon>RunCollectionView.cs</DependentUpon> 234 234 </Compile> -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r7467 r7469 678 678 679 679 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); 681 681 double minValue = runs.Min(r => r.Value.Value); 682 682 double maxValue = runs.Max(r => r.Value.Value);
Note: See TracChangeset
for help on using the changeset viewer.