Forum FlexPro – Discuss your topic!

Change Sec to mSec on Xaxis of a graph

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

Ansicht von 4 Beiträgen - 1 bis 4 (von insgesamt 4)
  • Autor
    Beiträge
  • #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
    Teilnehmer

    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 🙂

Ansicht von 4 Beiträgen - 1 bis 4 (von insgesamt 4)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.