FlexPro Forum – Discuss Your Topic!

Change Sec to mSec on Xaxis of a graph

Home > Community > General > Change Sec to mSec on Xaxis of a graph

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12654

    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!

    #8317

    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!

    #9060
    Bernhard KantzBernhard Kantz
    Participant

    You 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.x

    support@weisang.com

    #9061

    Thanks!
    It work fine and I can use it VBA 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.