Enum BOBChartTheme
Override for the chart's theme. By default the chart inherits from the
active BOBPalette cascading value; setting this parameter on the
component forces a specific theme regardless of the application's current
theme.
public enum BOBChartTheme
Fields
Dark = 2Force the dark palette tokens.
Inherit = 0Inherit from the active BlazOrbit palette (default).
Light = 1Force the light palette tokens.