Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/15 09:27:31 (8 years ago)
Author:
jkarder
Message:

#1265: implemented new chart mode concept

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj

    r13045 r13076  
    130130    <Compile Include="ChartMode.cs" />
    131131    <Compile Include="AxisType.cs" />
     132    <Compile Include="ChartModes\MoveChartMode.cs" />
    132133    <Compile Include="Primitives\Grid.cs" />
    133134    <Compile Include="Properties\Resources.Designer.cs">
     
    136137      <DependentUpon>Resources.resx</DependentUpon>
    137138    </Compile>
     139    <Compile Include="ChartModes\SelectChartMode.cs" />
    138140    <Compile Include="Trees\LayoutEngines\BoxesLayoutEngine.cs" />
    139141    <Compile Include="Trees\LayoutEngines\ILayoutEngine.cs" />
     
    142144    <Compile Include="Trees\VisualTreeNode.cs" />
    143145    <Compile Include="Trees\VisualTreeNodeConnection.cs" />
     146    <Compile Include="ChartModes\ZoomInChartMode.cs" />
     147    <Compile Include="ChartModes\ZoomOutChartMode.cs" />
    144148    <None Include="Plugin.cs.frame" />
    145149    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.