Enum ColorType
Specifies the color type.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum ColorType
Fields
Name | Description |
---|---|
Automatic | Indicates ColorType is Automatic. |
Indexed | Indicates ColorType which is determined by Indexed color. |
None | Indicates color is not set. |
RGB | Indicates ColorType which is determined by values of red, green, and blue. |
Theme | Indicates ColorType which is determined by theme colors. |