横棒グラフで軸ラベルに全角数字のみの名称(「100」など)が含まれている場合に、
系列のデータラベルを表示する設定を行うとチャートの再計算でエラーが発生します。
軸ラベルが
・半角数字
・全角数字とその他の文字の組み合わせ
の場合には発生しません。
回避策などありましたらご教示いただけますでしょうか。
〇処理の抜粋
protected Chart _chart;
…
SeriesCollection nSeries = _chart.NSeries;
foreach (Series series in nSeries)
{
series.DataLabels.ShowValue = true;
…
}
…
_chart.Calculate();
〇エラーログ
System.FormatException: 入力文字列の形式が正しくありません。
場所 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
場所 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
場所 (Object , Int32 )
場所 ( , , , Int32 , Int32 , Int32 )
場所 ( , , , Int32 , Int32 , RectangleF , Boolean , Int32 )
場所 ( , , Rectangle , ArrayList )
場所 ( )
場所 ()
場所 (Chart )
場所 (Chart , Boolean )
場所 Aspose.Cells.Charts.Chart.Calculate()
〇使用バージョン:Aspose.Cells for .NET 18.3