[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.ISeries

接口: ISeries

Sheets.Charts.ISeries

Table of contents

属性

属性

axisGroup

Optional axisGroup: AxisGroup

系列的轴组。


backColor

Optional backColor: string | IPatternFillBackColor

系列的背景颜色。


backColorTransparency

Optional backColorTransparency: number

系列背景颜色的透明度。


border

Optional border: ISeriesItemBorder

系列的边界。


bubbleSizes

Optional bubbleSizes: string

该系列的气泡尺寸公式。这用于气泡图。


chartType

Optional chartType: ChartType

系列的图表类型。


dataLabels

Optional dataLabels: IDataLabels

系列的数据标签。


dataPoints

Optional dataPoints: IDataPoints

该系列的数据点。


doughnutHoleSize

Optional doughnutHoleSize: number

圆环图的孔尺寸。用于圆环图,最大值为0.9,最小值为0。


errorBars

Optional errorBars: ErrorBarItems

该系列的误差线。


gapWidth

Optional gapWidth: number

条形图和柱形图组的间隙宽度。最大值为 5,最小值为 0。


invertColor

Optional invertColor: string

当seriesItem类型为柱形图或条形图且invertIfNegative为true时,系列点值为负颜色。


invertIfNegative

Optional invertIfNegative: boolean

当seriesItem类型为柱形图或条形图且invertIfNegative为true时,系列点值为负颜色。


name

Optional name: string

该系列的名称公式。


overlap

Optional overlap: number

条形图和柱形图组的重叠。最大值为 1,最小值为 -1。


plotVisibleOnly

Optional plotVisibleOnly: boolean

是否显示隐藏行和列中的数据。


showConnectorLines

Optional showConnectorLines: boolean

系列是否显示连接线。用于瀑布图,默认值为 false。


smooth

Optional smooth: boolean

是否显示平滑的线条。这用于折线图和散点图。


startAngle

Optional startAngle: number

图表类型为饼图的图表的第一个切片角度。默认值为 0,表示 12 点钟位置。


subtotals

Optional subtotals: number[]

瀑布图设置为总点数索引数组(0 基)。用于瀑布图,默认值为空数组。


symbol

Optional symbol: ISymbol

该系列的象征。


trendlines

Optional trendlines: TrendlineItem[]

该系列的趋势线。


xValues

Optional xValues: string

系列的 x 值公式。


yValues

Optional yValues: string

系列的 y 值公式。