User (Legacy) Posted May 17, 2004 Report Share Posted May 17, 2004 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 More sharing options...
Software FX Posted May 17, 2004 Report Share Posted May 17, 2004 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.