Jump to content
Software FX Community

ShowPropertiesDialog in 6.2


User (Legacy)

Recommended Posts

It allows you to specify the particular object customized in <pageNumber> 

page, e.g. The second page allows you to customize a series and the third

page allows you to customize an axis

chart1.ShowPropertiesDialog(chart1.Series[1],1);

chart1.ShowPropertiesDialog(chart1.AxisX,2);

--

JC

Software FX Support

"Joe" <jbassking@noemail.noemail> wrote in message

news:Vnust0eHGHA.148@webserver3.softwarefx.com...

> What is the first parameter used for?

> ShowPropertiesDialog(object context, int pageNumber)

>

> -Joe

>

Link to comment
Share on other sites

Thanks. I had guessed at it and figured it out but it's nice that you 

confirmed it.

Is there a way to know if the user clicked one of the ContextMenu items from

the default menu or applied properties using the Properties menu item?

We need to set several charts to match certain properties set for one.

-Joe

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

news:nKXXVqCIGHA.2580@webserver3.softwarefx.com...

> It allows you to specify the particular object customized in <pageNumber>

> page, e.g. The second page allows you to customize a series and the third

> page allows you to customize an axis

>

> chart1.ShowPropertiesDialog(chart1.Series[1],1);

> chart1.ShowPropertiesDialog(chart1.AxisX,2);

>

> --

> JC

> Software FX Support

> "Joe" <jbassking@noemail.noemail> wrote in message

> news:Vnust0eHGHA.148@webserver3.softwarefx.com...

>> What is the first parameter used for?

>> ShowPropertiesDialog(object context, int pageNumber)

>>

>> -Joe

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...