Table of Contents

Enum BOBChartTheme

Namespace
BlazOrbit.Charts.Enums
Assembly
BlazOrbit.Charts.dll

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 = 2

Force the dark palette tokens.

Inherit = 0

Inherit from the active BlazOrbit palette (default).

Light = 1

Force the light palette tokens.