Jump to content
Software FX Community

Personal Palette


User (Legacy)

Recommended Posts

Hi,

I try to use a personal palette for my chart (v6.2).

I use this following code (ok with v6.0 of chart)

Dim szCheminPalette As String

szCheminPalette = Application.StartupPath + "\sysma.resources"

szCheminPalette = szCheminPalette + "|SYSMA.PAL|PaletteSYSMA"

Chart1.Palette = szCheminPalette

When i use it with chartfx 6.2, i have the following error message :

Thank you for your help.

Sylvain

Link to comment
Share on other sites

There are 5 additional colors in the palette section required by 6.2, so

after the DataBackground color you would add ...

; HighlightBorder

27

; HighlightText

35

; HighlightBackText

37

; BorderLight

27

; BorderVivid

22

--

Regards,

JC

Software FX Support

"Sylvain DUISIT" <sylvain.duisit@sysma.fr> wrote in message

news:$JL86X$OEHA.3080@webserver3.softwarefx.com...

Hi,

I try to use a personal palette for my chart (v6.2).

I use this following code (ok with v6.0 of chart)

Dim szCheminPalette As String

szCheminPalette = Application.StartupPath + "\sysma.resources"

szCheminPalette = szCheminPalette + "|SYSMA.PAL|PaletteSYSMA"

Chart1.Palette = szCheminPalette

When i use it with chartfx 6.2, i have the following error message :

Thank you for your help.

Sylvain

post-2107-1392237945176_thumb.jpg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...