作成日: 2025/02/12 最終更新日: 2025/02/12
文書種別
制限事項
詳細
Azure App Serviceで、チャートオブジェクトのViewTypeプロパティがView3Dの3Dチャートを表示しようすると、下記のような例外が発生します。
製品の3Dチャートは描画にOpenGLを使用しておりますが、Azure App ServiceではOpenGLを使用できないため、正しく描画することができません。
この現象は制限事項です。
製品の3Dチャートは描画にOpenGLを使用しておりますが、Azure App ServiceではOpenGLを使用できないため、正しく描画することができません。
この現象は制限事項です。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: hdc Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. [ArgumentNullException: Value cannot be null. Parameter name: hdc] System.Drawing.Graphics.FromHdc(IntPtr hdc) +1189432 i.a(Line A_0) +58 i.a(Single A_0, Single A_1, Single A_2, Single A_3, Single A_4, Single A_5, Line A_6, Boolean A_7, j A_8) +68 FarPoint.Web.Chart.Chart3DRenderer.e(kc A_0, YPlotArea A_1, IndexAxis A_2) +283 FarPoint.Web.Chart.Chart3DRenderer.a(kc[] A_0, YPlotArea A_1) +823 FarPoint.Web.Chart.Chart3DRenderer.b(Graphics A_0, RectangleF A_1, YPlotArea A_2, Int32 A_3) +141 FarPoint.Web.Chart.Chart3DRenderer.a(Graphics A_0, RectangleF A_1, PlotArea A_2, Int32 A_3, PointF A_4) +2473 FarPoint.Web.Chart.Chart3DRenderer.Paint(Graphics g, RectangleF rectangle, ChartModel model, Color backColor, Image backgroundImg, ImageLayout backgroundImgLayout) +604 FarPoint.Web.Chart.FpChart.RenderImage(Boolean isSparklineChart) +1361 [Exception: チャート画像の描画に失敗しました。] FarPoint.Web.Chart.FpChart.RenderImage(Boolean isSparklineChart) +1539 FarPoint.Web.Chart.FpChart.RenderImage(Stream stream, Boolean isSparklineChart) +51