Jump to content
Software FX Community

drop shadow in chart title


User (Legacy)

Recommended Posts

There appears to be a white drop shadow in the chart title. Is there any 

way to get rid of it? It looks pretty funky over a dark background, and

the designers are going nuts.

Thanks.

Chart.Fonts(CHART_TOPTIT) = Chart.Fonts(CHART_TOPTIT) Or CF_ARIAL Or

CF_BOLD Or 10

Chart.RGBFont(CHART_TOPTIT) = RGB(49,48,49)

Chart.Title(CHART_TOPTIT) = "Title"

Link to comment
Share on other sites

There appears to be a white drop shadow in the chart title. Is there any 

way to get rid of it? It looks pretty funky over a dark background, and

the designers are going nuts.

Thanks.

Chart.Fonts(CHART_TOPTIT) = Chart.Fonts(CHART_TOPTIT) Or CF_ARIAL Or

CF_BOLD Or 10

Chart.RGBFont(CHART_TOPTIT) = RGB(49,48,49)

Chart.Title(CHART_TOPTIT) = "Title"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...