Rev | Line | |
---|
[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.