[]
Ƭ ColorScheme: (ColorRule
| string
[])[]
プロパティ
0 - 色ルール。
プロパティ
{string[]} 1 - 色リスト。
▸ getColor(colorScheme
, index
, count?
): string
colorScheme で指定された色を取得します。
実例
GC.Spread.Sheets.Charts.getColor([GC.Spread.Sheets.Charts.ColorRule.acrossLinear, ['Accent 1', 'Accent 4']], 6, 10); // 「Accent 1 23」を返します。
名前 | 型 | 説明 |
---|---|---|
colorScheme |
ColorScheme |
カラースキーム。 |
index |
number |
指定したインデックス。 |
count? |
number |
- |
string
指定した色を返します。