SpreadJS製品ヘルプ
スパークラインに関するAPIの変更点
SpreadJS > 開発者の手引き > はじめに > [No Target Defined] > スパークラインに関するAPIの変更点

スパークラインの各クラスは、次の表に示すように、Sparklinesに移動されました。

V10 V9
GC.Spread.Sheets.Sparklines.SparklineEx GcSpread.Sheets.SparklineEx

次の表は、スパークライン関連の設定値の変更点を示します。

V10 V9
options.axisColor axisColor(value)
options.firstMarkerColor firstMarkerColor(value)
options.highMarkerColor highMarkerColor(value)
options.lastMarkerColor lastMarkerColor(value)
options.lowMarkerColor lowMarkerColor(value)
options.markersColor markersColor(value)
options.negativeColor negativeColor(value)
options.seriesColor seriesColor(value)
options.displayEmptyCellsAs displayEmptyCellsAs
options.rightToLeft rightToLeft
options.displayHidden displayHidden
options.displayXAxis displayXAxis
options.showFirst showFirst(value)
options.showHigh showHigh(value)
options.showLast showLast(value)
options.showLow showLow(value)
options.showNegative showNegative(value)
options.showMarkers showMarkers(value)
options.manualMax manualMax
options.manualMin manualMin
options.maxAxisType maxAxisType
options.minAxisType minAxisType
options.groupMaxValue groupMaxValue
options.groupMinValue groupMinValue
options.lineWeight lineWeight

折れ線スパークライン(LineSparkline)、縦棒スパークライン(ColumnSparkline)、および勝敗スパークライン(WinlossSparkline)の設定値は、次のように変更されました。