-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Change Sec to mSec on Xaxis of a graph
- This topic has 3 replies, 2 voices, and was last updated 18 years, 9 months ago by Nicolas Beaupré.
-
AuthorPosts
-
January 30, 2006 at 11:32 pm #12654Nicolas BeaupréMember
Hi,
I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…
The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…
Is there a way to plot them in mSec without changing the dataset ?
Thanks!January 30, 2006 at 11:32 pm #8317Nicolas BeaupréMemberHi,
I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…
The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…
Is there a way to plot them in mSec without changing the dataset ?
Thanks!January 31, 2006 at 6:28 pm #9060Bernhard KantzParticipantYou don’t need to change the x-values of the data set data.
Create a formula for scaling of the values:
Signal(data.y, data.x * 1000)
Now you can visualize the new formula instead of the original data set.Alternatively you can scale your data in the diagram.
Open the properties window of the curve in the diagram.
Open the properties page data.
Choose Seperate data sets for X and Y-components.
Now can insert the X-data set: 1000 * data.xFebruary 2, 2006 at 12:23 am #9061Nicolas BeaupréMemberThanks!
It work fine and I can use it VBA 🙂 -
AuthorPosts
- You must be logged in to reply to this topic.