[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts

名前空間: Charts

Spread.Sheets.Charts

Table of contents

列挙体

クラス

インターフェイス

型の別名

関数

型の別名

ColorScheme

Ƭ ColorScheme: (ColorRule | string[])[]

プロパティ 0 - 色ルール。

プロパティ {string[]} 1 - 色リスト。

関数

getColor

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

指定した色を返します。