Spread.Sheets
Sparkline コンストラクタ
行インデックス。
列インデックス。
スパークラインが参照するデータ範囲。
範囲の方向。
スパークラインの種類。
スパークラインの設定。
スパークラインクラスを表します。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Sparklines.Sparkline(row, column, dataReference, dataOrientation, type, setting);
Javascript (Specification) 
function Sparkline( 
   row : number,
   column : number,
   dataReference : Range,
   dataOrientation : DataOrientation,
   type : SparklineType,
   setting : SparklineSetting
) : Sparkline;

パラメータ

row
行インデックス。
column
列インデックス。
dataReference
スパークラインが参照するデータ範囲。
dataOrientation
範囲の方向。
type
スパークラインの種類。
setting
スパークラインの設定。

関連トピック

参照

Sparkline クラス

 

 


© 2016-2018, GrapeCity inc. All rights reserved.