Jump to content
Software FX Community

RE: Turning on Series Legend


Software FX

Recommended Posts

Have you tried the following code 

Chart.Gallery = BAR

Chart.Type = Chart.Type or CT_SHOWVALUES Or CT_SERLEGEND

You can also try the following (using the new API)

Chart.Gallery = BAR

Chart.PointLabels = True

Chart.SerLegBox = True

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

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

From: CfxIE4B On Behalf Of Joy C. Tan

Posted At: Thursday, July 15, 1999 3:18 AM

Posted To: Server

Conversation: Turning on Series Legend

Subject: Turning on Series Legend

Hi,

I can't seem to be able to turn on the series legend. Can you help?

'Chart1.Type = Chart1.Type Or BAR Or CT_SHOWVALUES Or CT_SERLEGEND

' Hex values bar = 2 , 3d = 100 , showvalues = 200000, series legend =

40000000

Chart1.Type_ = 1075839234

does not seem to work...

Thanks,

Joy C. Tan

Link to comment
Share on other sites

Have you tried the following code 

Chart.Gallery = BAR

Chart.Type = Chart.Type or CT_SHOWVALUES Or CT_SERLEGEND

You can also try the following (using the new API)

Chart.Gallery = BAR

Chart.PointLabels = True

Chart.SerLegBox = True

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

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

From: CfxIE4B On Behalf Of Joy C. Tan

Posted At: Thursday, July 15, 1999 3:18 AM

Posted To: Server

Conversation: Turning on Series Legend

Subject: Turning on Series Legend

Hi,

I can't seem to be able to turn on the series legend. Can you help?

'Chart1.Type = Chart1.Type Or BAR Or CT_SHOWVALUES Or CT_SERLEGEND

' Hex values bar = 2 , 3d = 100 , showvalues = 200000, series legend =

40000000

Chart1.Type_ = 1075839234

does not seem to work...

Thanks,

Joy C. Tan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...