Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/14/11 00:18:46 (13 years ago)
Author:
abeham
Message:

#1465

  • worked on histogram integration
    • Added control to display DataRowVisualProperties
    • Added a dialog to select the DataRowVisualProperties of different series
    • Added a Properties menu item to the context menu and an option to show or hide this item (default is hide)
File:
1 edited

Legend:

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

    r5994 r6010  
    130130      <DependentUpon>AggregatedHistogramHistoryView.cs</DependentUpon>
    131131    </Compile>
     132    <Compile Include="DataRowVisualPropertiesControl.cs">
     133      <SubType>UserControl</SubType>
     134    </Compile>
     135    <Compile Include="DataRowVisualPropertiesControl.Designer.cs">
     136      <DependentUpon>DataRowVisualPropertiesControl.cs</DependentUpon>
     137    </Compile>
     138    <Compile Include="DataTableVisualPropertiesDialog.cs">
     139      <SubType>Form</SubType>
     140    </Compile>
     141    <Compile Include="DataTableVisualPropertiesDialog.Designer.cs">
     142      <DependentUpon>DataTableVisualPropertiesDialog.cs</DependentUpon>
     143    </Compile>
    132144    <Compile Include="HistogramHistoryView.cs">
    133145      <SubType>UserControl</SubType>
     
    193205      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    194206      <Name>HeuristicLab.Collections-3.3</Name>
     207    </ProjectReference>
     208    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     209      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     210      <Name>HeuristicLab.Common.Resources-3.3</Name>
    195211    </ProjectReference>
    196212    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    251267    <EmbeddedResource Include="AggregatedHistogramHistoryView.resx">
    252268      <DependentUpon>AggregatedHistogramHistoryView.cs</DependentUpon>
     269    </EmbeddedResource>
     270    <EmbeddedResource Include="DataRowVisualPropertiesControl.resx">
     271      <DependentUpon>DataRowVisualPropertiesControl.cs</DependentUpon>
     272    </EmbeddedResource>
     273    <EmbeddedResource Include="DataTableView.resx">
     274      <DependentUpon>DataTableView.cs</DependentUpon>
     275    </EmbeddedResource>
     276    <EmbeddedResource Include="DataTableVisualPropertiesDialog.resx">
     277      <DependentUpon>DataTableVisualPropertiesDialog.cs</DependentUpon>
    253278    </EmbeddedResource>
    254279    <EmbeddedResource Include="HeatMapView.resx">
Note: See TracChangeset for help on using the changeset viewer.