Jump to content
Software FX Community

Realtime Chart max X Value


User (Legacy)

Recommended Posts

Hi guys,

does somebody knows how I can reach the following.

I user the realtime chart function because I measure data that should be

analysed over a certain period of time, like 20 minutes.

Now I have calculated how many I will maximally get so that the chart needs

to use noe scrolling to show the whole analysis data.

For example if I have a period of 5 minutes and each second come a new value

I will have 5*60 = 300 values.

I tried to set ChartFX.Axis(Axis_X).Max = 300 but that has no effect !??

How can I do that correctly ?

Link to comment
Share on other sites

Hi guys,

I found out that you need to set the max property at the OpenData method.

This works fine.

"Jonas" <J.Mossler@mystramtec.de> schrieb im Newsbeitrag

news:s584biuUFHA.204@webserver3.softwarefx.com...

> Hi guys,

>

> does somebody knows how I can reach the following.

> I user the realtime chart function because I measure data that should be

> analysed over a certain period of time, like 20 minutes.

> Now I have calculated how many I will maximally get so that the chart

> needs to use noe scrolling to show the whole analysis data.

> For example if I have a period of 5 minutes and each second come a new

> value I will have 5*60 = 300 values.

>

> I tried to set ChartFX.Axis(Axis_X).Max = 300 but that has no effect !??

>

> How can I do that correctly ?

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...