Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/14 22:01:37 (9 years ago)
Author:
ascheibe
Message:

#2279

  • moved HistogramControl from ChartControlExtensions project to Analysis.Views. This is needed because we need StandardDeviation for drawing Density plots and I don't want to add a reference to Common
  • added calculation of density for normal distribution
Location:
trunk/sources/HeuristicLab.Analysis.Views/3.3
Files:
2 added
1 edited

Legend:

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

    r8907 r11610  
    209209      <DependentUpon>DataTableView.cs</DependentUpon>
    210210    </Compile>
     211  <Compile Include="HistogramControl.cs">
     212      <SubType>UserControl</SubType>
     213    </Compile>
     214    <Compile Include="HistogramControl.Designer.cs">
     215      <DependentUpon>HistogramControl.cs</DependentUpon>
     216    </Compile>
    211217  </ItemGroup>
    212218  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.