Class ColorType
Specifies the color type.
Inheritance
System.Object
ColorType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class ColorType : Enum
Fields
Automatic
Indicates ColorType is Automatic.
Declaration
public const ColorType Automatic
Field Value
Type |
---|
ColorType |
Indexed
Indicates ColorType which is determined by Indexed color.
Declaration
public const ColorType Indexed
Field Value
Type |
---|
ColorType |
None
Indicates color is not set.
Declaration
public const ColorType None
Field Value
Type |
---|
ColorType |
RGB
Indicates ColorType which is determined by values of red, green, and blue.
Declaration
public const ColorType RGB
Field Value
Type |
---|
ColorType |
Theme
Indicates ColorType which is determined by theme colors.
Declaration
public const ColorType Theme
Field Value
Type |
---|
ColorType |