[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts

命名空间: Charts

Spread.Sheets.Charts

Table of contents

枚举

接口

类型别名

函数

Type aliases

ColorScheme

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

属性 0 - 颜色规则

property {string[]} 1 - 颜色列表

Functions

getColor

getColor(colorScheme, index, count?): string

通过colorScheme、index获取指定颜色

代码示例

GC.Spread.Sheets.Charts.getColor([GC.Spread.Sheets.Charts.ColorRule.acrossLinear, ['Accent 1', 'Accent 4']], 6, 10); // return 'Accent 1 23'

参数

属性名 类型 说明
colorScheme ColorScheme 配色方案。
index number The specified index.
count? number -

返回值

string

返回指定的颜色。