Jump to content
Software FX Community

Restricting the Ability to Change Chart Title


User (Legacy)

Recommended Posts

The only way would be disabling the General Tab of the property page.

ChartFX1.PropPageMask = ChartFX1.PropPageMask And Not 1

Check PropPageMask for more information.

OlgaC

SFX

"Kanwal Ahuja" <kanwal.ahuja@rangerinc.com> wrote in message

news:Odlf0lY4BHA.2472@webserver1.softwarefx.com...

> Hi,

>

> Does anyone know how to restrict a user from editing and changing the

chart

> title through the ChartFX Properties of the ActiveX Control?

>

> Thanks in advance for you help.

>

> Cheers,

> Kanwal

>

>

Link to comment
Share on other sites

There is another option. You may remove the Titles from the style property

by doing:

Chart.Style = Chart.Style And Not CS_TITLES

OlgaC

SFX

"Kanwal Ahuja" <kanwal.ahuja@rangerinc.com> wrote in message

news:Odlf0lY4BHA.2472@webserver1.softwarefx.com...

> Hi,

>

> Does anyone know how to restrict a user from editing and changing the

chart

> title through the ChartFX Properties of the ActiveX Control?

>

> Thanks in advance for you help.

>

> Cheers,

> Kanwal

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...