User (Legacy) Posted May 1, 2003 Report Share Posted May 1, 2003 1.How to extract by ChartFX API the device context on C# ? PaintInfo(ChartfxLib.CfxPaintInfo.CPI_GETDC, null) doesn't work. 2. How to operate with colors in applying to Chart FX Annotation extension on C#? Help! Thanks, Anton. Link to comment Share on other sites More sharing options...
Software FX Posted May 3, 2003 Report Share Posted May 3, 2003 As you know we have released Chart FX for .NET some time ago, this product is designed for the .NET platform ad includes numerous samples. For this reason we have not developed samples of using Chart FX 5.x (COM version) from Microsoft .NET. There is only a few of these in our KB. 1) Specifically, PaintInfo is a tricky one as it return an actual UNMANAGED HDC. Can you explain what do you need this HDC for ? is this a Windows Form or a Web form application ? Are you doing this during one of the Paint events (PrePaint, PostPaint, PainMarker) ? 2) I don't understand the second question. Are you asking how to assign a color to an annotation object ? are you having problems setting the Color property ? -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.