Jump to content
Software FX Community

Hidden points in COM version of ClientServer 6.2


User (Legacy)

Recommended Posts

Instead of a constant we ended up defining a read-only property in the chart 

called Hidden. I apologize for the documentation mismatch.

e.g.

chart1.Value(0,3) = chart1.Hidden

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:vACxppNKGHA.2756@webserver3.softwarefx.com...

> How do you specify a hidden point? I found in the documentation that there

> should be a flag Chart_Hidden, but I can't find this flag in any of the

> components. Please help, this is critical.

>

> Thanks,

> Diana

>

Link to comment
Share on other sites

Instead of a constant we ended up defining a read-only property in the chart 

called Hidden. I apologize for the documentation mismatch.

e.g.

chart1.Value(0,3) = chart1.Hidden

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:vACxppNKGHA.2756@webserver3.softwarefx.com...

> How do you specify a hidden point? I found in the documentation that there

> should be a flag Chart_Hidden, but I can't find this flag in any of the

> components. Please help, this is critical.

>

> Thanks,

> Diana

>

Link to comment
Share on other sites

I tried this but it doesn't seem to be defined in the dll. Here is what my 

code looks like...

_ChartPtr pGraph;

...

pGraph->Value->PutItem(nGraphsY,nPointIndex, pGraph->Hidden);

pGraph->XValue->PutItem(nGraphsY,nPointIndex, 0);

I get an error saying that "Hidden" is not a member of _Chart. What am I

doing wrong?

Thanks again,

Dina

"Software FX Support" <none@noreply.com> wrote in message

news:xxN2o%23NKGHA.472@webserver3.softwarefx.com...

> Instead of a constant we ended up defining a read-only property in the

> chart called Hidden. I apologize for the documentation mismatch.

>

> e.g.

>

> chart1.Value(0,3) = chart1.Hidden

>

> --

> JC

> Software FX Support

> "Diana Tetelman" <dtetelman@agi.com> wrote in message

> news:vACxppNKGHA.2756@webserver3.softwarefx.com...

>> How do you specify a hidden point? I found in the documentation that

>> there should be a flag Chart_Hidden, but I can't find this flag in any of

>> the components. Please help, this is critical.

>>

>> Thanks,

>> Diana

>>

>

>

Link to comment
Share on other sites

I tried this but it doesn't seem to be defined in the dll. Here is what my 

code looks like...

_ChartPtr pGraph;

...

pGraph->Value->PutItem(nGraphsY,nPointIndex, pGraph->Hidden);

pGraph->XValue->PutItem(nGraphsY,nPointIndex, 0);

I get an error saying that "Hidden" is not a member of _Chart. What am I

doing wrong?

Thanks again,

Dina

"Software FX Support" <none@noreply.com> wrote in message

news:xxN2o%23NKGHA.472@webserver3.softwarefx.com...

> Instead of a constant we ended up defining a read-only property in the

> chart called Hidden. I apologize for the documentation mismatch.

>

> e.g.

>

> chart1.Value(0,3) = chart1.Hidden

>

> --

> JC

> Software FX Support

> "Diana Tetelman" <dtetelman@agi.com> wrote in message

> news:vACxppNKGHA.2756@webserver3.softwarefx.com...

>> How do you specify a hidden point? I found in the documentation that

>> there should be a flag Chart_Hidden, but I can't find this flag in any of

>> the components. Please help, this is critical.

>>

>> Thanks,

>> Diana

>>

>

>

Link to comment
Share on other sites

The same C++ code works for me, so you are likely using an old build. Please 

contact support at softwarefx dot com and ask for the hotfix URL.

We will be uploading a service pack soon but if you need to use hidden

points right away you will need our current hotfix.

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:StuawYOKGHA.472@webserver3.softwarefx.com...

>I tried this but it doesn't seem to be defined in the dll. Here is what my

>code looks like...

>

> _ChartPtr pGraph;

>

> ...

>

> pGraph->Value->PutItem(nGraphsY,nPointIndex, pGraph->Hidden);

>

> pGraph->XValue->PutItem(nGraphsY,nPointIndex, 0);

>

> I get an error saying that "Hidden" is not a member of _Chart. What am I

> doing wrong?

>

> Thanks again,

>

> Dina

>

>

>

> "Software FX Support" <none@noreply.com> wrote in message

> news:xxN2o%23NKGHA.472@webserver3.softwarefx.com...

>> Instead of a constant we ended up defining a read-only property in the

>> chart called Hidden. I apologize for the documentation mismatch.

>>

>> e.g.

>>

>> chart1.Value(0,3) = chart1.Hidden

>>

>> --

>> JC

>> Software FX Support

>> "Diana Tetelman" <dtetelman@agi.com> wrote in message

>> news:vACxppNKGHA.2756@webserver3.softwarefx.com...

>>> How do you specify a hidden point? I found in the documentation that

>>> there should be a flag Chart_Hidden, but I can't find this flag in any

>>> of the components. Please help, this is critical.

>>>

>>> Thanks,

>>> Diana

>>>

>>

>>

>

>

Link to comment
Share on other sites

The same C++ code works for me, so you are likely using an old build. Please 

contact support at softwarefx dot com and ask for the hotfix URL.

We will be uploading a service pack soon but if you need to use hidden

points right away you will need our current hotfix.

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:StuawYOKGHA.472@webserver3.softwarefx.com...

>I tried this but it doesn't seem to be defined in the dll. Here is what my

>code looks like...

>

> _ChartPtr pGraph;

>

> ...

>

> pGraph->Value->PutItem(nGraphsY,nPointIndex, pGraph->Hidden);

>

> pGraph->XValue->PutItem(nGraphsY,nPointIndex, 0);

>

> I get an error saying that "Hidden" is not a member of _Chart. What am I

> doing wrong?

>

> Thanks again,

>

> Dina

>

>

>

> "Software FX Support" <none@noreply.com> wrote in message

> news:xxN2o%23NKGHA.472@webserver3.softwarefx.com...

>> Instead of a constant we ended up defining a read-only property in the

>> chart called Hidden. I apologize for the documentation mismatch.

>>

>> e.g.

>>

>> chart1.Value(0,3) = chart1.Hidden

>>

>> --

>> JC

>> Software FX Support

>> "Diana Tetelman" <dtetelman@agi.com> wrote in message

>> news:vACxppNKGHA.2756@webserver3.softwarefx.com...

>>> How do you specify a hidden point? I found in the documentation that

>>> there should be a flag Chart_Hidden, but I can't find this flag in any

>>> of the components. Please help, this is critical.

>>>

>>> Thanks,

>>> Diana

>>>

>>

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...