Jump to content
Software FX Community

Number of points in series


User (Legacy)

Recommended Posts

We have a gantt chart with a number of rows vertically. Each row has a

number of points. We use OpenData(COD.Values, 10, COD.Unknown) to specify

that we have an unknown number of rows, and upto 10 points in a row. We can

successfully add 10 or fewer points to each row.

My question is how can we determine at run time the number of rows in the

chart, and the number of points in each row? The chart must know this

internally as it correctly draws the points.

Link to comment
Share on other sites

Hello,

NSeries and NValues will tell you this.

JT

Tech. Support

"J Moulder" <q> wrote in message news:KnVURLcUDHA.1484@WEBSERVER1...

> We have a gantt chart with a number of rows vertically. Each row has a

> number of points. We use OpenData(COD.Values, 10, COD.Unknown) to specify

> that we have an unknown number of rows, and upto 10 points in a row. We

can

> successfully add 10 or fewer points to each row.

>

> My question is how can we determine at run time the number of rows in the

> chart, and the number of points in each row? The chart must know this

> internally as it correctly draws the points.

>

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...