Click here to Skip to main content
16,011,358 members
Home / Discussions / WPF
   

WPF

 
QuestionAdding WPF components Pin
Muammar©11-Mar-08 1:17
Muammar©11-Mar-08 1:17 
GeneralRe: Adding WPF components Pin
User 27100912-Mar-08 3:31
User 27100912-Mar-08 3:31 
GeneralRe: Adding WPF components Pin
Muammar©13-Mar-08 9:49
Muammar©13-Mar-08 9:49 
GeneralRe: Adding WPF components Pin
User 27100913-Mar-08 9:53
User 27100913-Mar-08 9:53 
GeneralRe: Adding WPF components Pin
Muammar©13-Mar-08 9:58
Muammar©13-Mar-08 9:58 
GeneralWPF Processor Usage Pin
jlgeris10-Mar-08 8:27
jlgeris10-Mar-08 8:27 
GeneralRe: WPF Processor Usage Pin
User 27100910-Mar-08 9:02
User 27100910-Mar-08 9:02 
GeneralRe: WPF Processor Usage Pin
jlgeris10-Mar-08 10:01
jlgeris10-Mar-08 10:01 
in the current application, i'm not continuously updating the gridlines or polylines. I've simply added points to them, and then displayed them. there's not a whole lot of code other than that..
<code>
<Canvas Name="Canvas_Plot" ClipToBounds="True" Background="Black">
<Line Name="Vertical_Gridline1" Stroke="LightSkyBlue" StrokeThickness="1" Opacity=".5"></Line>
<Line Name="Vertical_Gridline2" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Vertical_Gridline3" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Vertical_Gridline4" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Horizontal_Gridline1" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Horizontal_Gridline2" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Horizontal_Gridline3" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Line Name="Horizontal_Gridline4" Stroke="LightSkyBlue" Opacity=".5"></Line>
<Polyline Canvas.Left="0" Name="PlotLine1" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
<Polyline Canvas.Left="0" Name="PlotLine2" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
<Polyline Canvas.Left="0" Name="PlotLine3" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
<Polyline Canvas.Left="0" Name="PlotLine4" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
<Polyline Canvas.Left="0" Name="PlotLine5" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
<Polyline Canvas.Left="0" Name="PlotLine6" StrokeLineJoin="Round" Stroke="White" StrokeStartLineCap="Flat" StrokeThickness="2">
</Polyline>
</Canvas>
</code>
GeneralRe: WPF Processor Usage Pin
User 27100910-Mar-08 10:07
User 27100910-Mar-08 10:07 
GeneralRe: WPF Processor Usage Pin
jlgeris10-Mar-08 10:24
jlgeris10-Mar-08 10:24 
GeneralRe: WPF Processor Usage Pin
User 27100910-Mar-08 10:29
User 27100910-Mar-08 10:29 
GeneralRe: WPF Processor Usage Pin
jlgeris11-Mar-08 4:12
jlgeris11-Mar-08 4:12 
GeneralRe: WPF Processor Usage Pin
User 27100911-Mar-08 4:21
User 27100911-Mar-08 4:21 
GeneralRe: WPF Processor Usage Pin
Muammar©11-Mar-08 1:53
Muammar©11-Mar-08 1:53 
GeneralRe: WPF Processor Usage Pin
jlgeris11-Mar-08 3:30
jlgeris11-Mar-08 3:30 
GeneralRe: WPF Processor Usage Pin
Jammer11-Mar-08 4:31
Jammer11-Mar-08 4:31 
GeneralBringToFront and SendBack in WPF Pin
Yoyosch10-Mar-08 2:05
Yoyosch10-Mar-08 2:05 
GeneralRe: BringToFront and SendBack in WPF Pin
User 27100910-Mar-08 3:58
User 27100910-Mar-08 3:58 
GeneralRe: BringToFront and SendBack in WPF Pin
Yoyosch10-Mar-08 4:31
Yoyosch10-Mar-08 4:31 
GeneralRe: BringToFront and SendBack in WPF Pin
User 27100910-Mar-08 4:56
User 27100910-Mar-08 4:56 
GeneralWPF Grid IsLayer Pin
Jammer10-Mar-08 1:17
Jammer10-Mar-08 1:17 
GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 4:14
User 27100910-Mar-08 4:14 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 6:02
Jammer10-Mar-08 6:02 
GeneralRe: WPF Grid IsLayer Pin
Jammer10-Mar-08 6:05
Jammer10-Mar-08 6:05 
GeneralRe: WPF Grid IsLayer Pin
User 27100910-Mar-08 6:18
User 27100910-Mar-08 6:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.