Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Charts/Isolines/FastIsolineDisplay.xaml @ 13777

Last change on this file since 13777 was 12503, checked in by aballeit, 10 years ago

#2283 added GUI and charts; fixed MCTS

File size: 1.0 KB
RevLine 
[12503]1<isolines:IsolineGraphBase x:Class="Microsoft.Research.DynamicDataDisplay.Charts.Isolines.FastIsolineDisplay"
2                         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3               xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4               xmlns:isolines="clr-namespace:Microsoft.Research.DynamicDataDisplay.Charts.Isolines"
5               xmlns:local="clr-namespace:Microsoft.Research.DynamicDataDisplay.Charts"
6               xmlns:common="clr-namespace:Microsoft.Research.DynamicDataDisplay"
7               IsHitTestVisible="False"
8    >
9  <isolines:IsolineGraphBase.Template>
10    <ControlTemplate TargetType="{x:Type isolines:IsolineGraphBase}">
11      <Canvas IsHitTestVisible="False">
12        <local:ViewportHostPanel Name="PART_ViewportPanel">
13          <isolines:FastIsolineRenderer Name="PART_IsolineRenderer"/>
14          <!--<isolines:AdditionalLinesRenderer Name="PART_AdditionalLinesRenderer"/>-->
15        </local:ViewportHostPanel>
16      </Canvas>
17    </ControlTemplate>
18  </isolines:IsolineGraphBase.Template>
19</isolines:IsolineGraphBase>
Note: See TracBrowser for help on using the repository browser.