User (Legacy) Posted June 15, 2006 Report Share Posted June 15, 2006 Hi I want to change the Font of the LabelPoints in the VB-Code. The Property Chart.PointLabelFont.Name = "Futura" does not work. This property is not supported by this Object... Do I have an other opportunity? Thanks for your help in advance!! Regards, Luzia Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 15, 2006 Author Report Share Posted June 15, 2006 btw: I'm using Version 5.1 embedded in ActiveReports... regards Luzia "Luzia Baumgartner" <nospam@spam.ch> schrieb im Newsbeitrag news:JzQZxgFkGHA.324@webserver3.softwarefx.com... > Hi > > I want to change the Font of the LabelPoints in the VB-Code. The Property > > Chart.PointLabelFont.Name = "Futura" > > does not work. This property is not supported by this Object... > > Do I have an other opportunity? > > Thanks for your help in advance!! > > Regards, > > Luzia > > Link to comment Share on other sites More sharing options...
Software FX Posted June 19, 2006 Report Share Posted June 19, 2006 The property name is PointLabelsFont, you are missing an "s": ChartFX1.PointLabelsFont.Name = "Futura" -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 20, 2006 Author Report Share Posted June 20, 2006 thank you very much, it works fine now. btw, this is wrong in the online-help. regards, luzia "SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag news:8zcWRH7kGHA.3060@webserver3.softwarefx.com... > The property name is PointLabelsFont, you are missing an "s": > > ChartFX1.PointLabelsFont.Name = "Futura" > > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.