'Declaration
Public Enum ColorStyleMethod Inherits System.Enum
'Usage
Dim instance As ColorStyleMethod
public enum ColorStyleMethod : System.Enum
'Declaration
Public Enum ColorStyleMethod Inherits System.Enum
'Usage
Dim instance As ColorStyleMethod
public enum ColorStyleMethod : System.Enum
Member | Description |
---|---|
AcrossLinear | The color picked from CT_ColorStyle is the index modulus the total set of colors in CT_ColorStyle. The color has a brightness that varies from darker to lighter based on how close the index is from 0 and the count of objects being colored respectively. |
AcrossLinearReversed | The color picked from CT_ColorStyle is the index modulus the total set of colors in CT_ColorStyle. The color has a brightness that varies from lighter to darker based on how close the index is from 0 and the count of objects being colored respectively. |
Cycle | The color picked from CT_ColorStyle is the index modulus the total set of colors in CT_ColorStyle. |
WithinLinear | The color picked from CT_ColorStyle 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 objects being colored respectively. |
WithinLinearReversed | The color picked from CT_ColorStyle 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 objects being colored respectively. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.ColorStyleMethod