API Reference
Class
ApexThemeOptions
Theme related configuration for ApexCharts.
Inheritance
- Object
- ApexThemeOptions
Constructors
public ApexThemeOptions() #Methods
public ApexThemeOptions ModeValue(ApexThemeMode mode) #Returns:
ApexThemeOptionsSets the desired ApexThemeMode.
Parameters
- mode HtmlForgeX.ApexThemeMode
- Theme mode value.
Returns
The current ApexThemeOptions instance.
Inherited Methods
Properties
public Nullable<ApexThemeMode> Mode { get; set; } #JsonPropertyName("mode") JsonIgnore(Condition = 3)Gets or sets the theme mode to apply.