User (Legacy) Posted March 13, 2003 Report Share Posted March 13, 2003 I am using ChartFX Client Server (COM) with VB.NET. Online support article "Q1381088. How To Set Colors In ChartFX ClientServer When Using C#" gives the following example for setting colors in C# uint white = 16777215; axchart.OpenDataEx(ChartfxLib.CfxCod.COD_COLORS,1,0); axchart.Series[0].Color = white; axchart.CloseData(ChartfxLib.CfxCod.COD_COLORS); I have not been able to make this work in VB.NET. Anybody could offer me any help with this? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.