Jump to content
Software FX Community

RE: drop shadow in chart title


Software FX

Recommended Posts

Chart.TypeEx = Chart.TypeEx Or CTE_NOTITLESHADOW 

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Scott Deitz

Posted At: Wednesday, September 22, 1999 6:40 PM

Posted To: Server

Conversation: drop shadow in chart title

Subject: drop shadow in chart title

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

Chart.TypeEx = Chart.TypeEx Or CTE_NOTITLESHADOW 

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Scott Deitz

Posted At: Wednesday, September 22, 1999 6:40 PM

Posted To: Server

Conversation: drop shadow in chart title

Subject: drop shadow in chart title

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...