DXChartTheme Enum
Lists values that specify chart themes.
Declaration
typedef NS_ENUM(NSUInteger, DXChartTheme) {
DXChartThemeLight = 0,
DXChartThemeDark = 1,
}
Members
Name | Description |
---|---|
DXChartThemeLight
|
The chart’s light theme.
|
DXChartThemeDark
|
The chart’s dark theme.
|
Remarks
The DXChartBase::setTheme: method uses this enumeration’s values.