[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts

Namespace: Charts

Spread.Sheets.Charts

Table of contents

Enumerations

Classes

Interfaces

Type aliases

Type aliases

IDataPointStyle

Ƭ IDataPointStyle: Object

property {string | GC.Spread.Sheets.Charts.IPatternFillBackColor} backColor The background color of the data point or symbol point.

property backColorTransparency The background color transparency of the data point or symbol point.

property border The border style of the data point.

property border.color The border color of the data point.

property border.transparency The border color transparency of the data point.

property border.width The border width of the data point.

property border.lineType The border line type of the data point.

property symbolSize The symbol size of the data point.

property symbolShape The symbol shape of the data point.

property symbolBorder The symbol border of the data point.

property symbolBorder.color The symbol border color of the data point.

property symbolBorder.colorTransparency The transparency of the data point symbol border color.

property symbolBorder.width The symbol border width of the data point.

property symbolBorder.lineType The symbol border line Type of the data point.

Type declaration

Name Type
backColor string | IPatternFillBackColor
backColorTransparency? number
border? ISeriesItemBorder

IFormatOver

Ƭ IFormatOver: Object

property {string | GC.Spread.Sheets.Charts.IPatternFillBackColor} backColor The background color of the specific points collection.

property backColorTransparency The background color transparency of the specific points collection.

property borderStyle The border style of the specific points collection.

property borderStyle.color The border color of the specific points collection.

property borderStyle.transparency The border color transparency of the specific points collection.

property borderStyle.width The border width of the specific points collection.

property borderStyle.lineType The border line type of the specific points collection.

Type declaration

Name Type
backColor? string | IPatternFillBackColor
backColorTransparency? number
borderStyle? ISeriesItemBorder

IFormatOvers

Ƭ IFormatOvers: Object

property {Object.<number, GC.Spread.Sheets.Charts.IFormatOver>} -The object type that key is number type For waterfall chart, 0 represents increase,1 represents decrease, 2 represents totals, the key value is IFormatOver type

Index signature

▪ [key: number]: IFormatOver