User (Legacy) Posted April 11, 2002 Report Share Posted April 11, 2002 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 More sharing options...
Software FX Posted April 11, 2002 Report Share Posted April 11, 2002 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 More sharing options...
Software FX Posted April 16, 2002 Report Share Posted April 16, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.