User (Legacy) Posted February 5, 2002 Report Share Posted February 5, 2002 Hi Guys, Anyone know how to disable the font shadowing/3d style for the title of a chart. I cant find for the life of me where I am setting this. Please refer to the code below for the particular title. All other titles i set dont show this shadowing effect. Also is it possible to round the frame/border of a chartfx image like in excel? oChart.Axis(AXIS_X2).TitleFont.Size = 12 oChart.Axis(AXIS_X2).TitleFont.Bold = True oChart.Axis(AXIS_X2).Title = sChartTitle Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 5, 2002 Report Share Posted February 5, 2002 To remove the top title shadow: ChartFX1.TypeEx = ChartFX1.TypeEx or CTE_NOTITLESHADOW -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 5, 2002 Report Share Posted February 5, 2002 To remove the Top Title shadow: ChartFX1.TypeEx = ChartFX1.TypeEx or CTE_NOTITLESHADOW -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.