Jump to content

Pattern in waveform chart


Recommended Posts

Okay well this is possible but with lots of work depending on how you want it to work.  The first method of doing this I can think of, is to generate your graph like normal with a fill to 0.  Then using scripting get the image of the graph.  Then use the graph color as a mask on a template image, which has you pattern possibly repeated.  Then when you go and display the image, over top of the graph.  So what the user really sees is an image on top of a graph.  

 

I think this could give you the desired effect, but there would be some work in repeating the pattern for the size of the image, some scripting, and making sure the picture control is on top of the graph.  You could probably do this easily using the fit to pane on both controls with the picture control on top.

Link to comment

Create the background image you require (with pattern) and write it to Plot Image.Back (or middle, depending on the effects you require.

 

Then set the graph to fill to infinity with a white fill colour (or whatever colour your non-filled space should be).

Oh that is a much better solution, go with that.

Link to comment

Create the background image you require (with pattern) and write it to Plot Image.Back (or middle, depending on the effects you require.

 

Then set the graph to fill to infinity with a white fill colour (or whatever colour your non-filled space should be).

 

That is about as cunning as a fox who's just been appointed Professor of Cunning at Oxford University.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.