[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.ColorRule

Enumeration: ColorRule

Sheets.Charts.ColorRule

Specifies the color rule of the color style

Table of contents

Enumeration members

Enumeration members

acrossLinear

acrossLinear = 2

Specifies the color picked from the color list is the index modulus the color list length. The color has a brightness that varies from darker to lighter based on how close the index is from 0 and the count of the chart series being colored respectively.


acrossLinearReversed

acrossLinearReversed = 4

Specifies the color picked from the color list is the index modulus the color list length. The color has a brightness that varies from lighter to darker based on how close the index is from 0 and the count of the chart series being colored respectively.


cycle

cycle = 0

Specifies the color picked from the color list is the index modulus the color list length.


withinLinear

withinLinear = 1

Specifies the color picked from the color list is the first color with a brightness that varies from darker to lighter based on how close the index is from 0 and the count of the chart series being colored respectively.


withinLinearReversed

withinLinearReversed = 3

Specifies the color picked from the color list is the first color with a brightness that varies from lighter to darker based on how close the index is from 0 and the count of the chart series being colored respectively.