API Reference
Class
ApexChartsGlobalConfig
Global configuration settings for ApexCharts across the document.
Inheritance
- Object
- ApexChartsGlobalConfig
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DocumentConfiguration.ApexCharts
Constructors
public ApexChartsGlobalConfig() #Inherited Methods
Properties
public Boolean LazyInitByDefault { get; set; } #When true, ApexCharts initialization is deferred until the chart container becomes visible (e.g., inside inactive tabs, collapsed accordions, or wizard steps). This can significantly reduce initial load time for large, generated reports.
public Boolean FollowDocumentThemeByDefault { get; set; } #When true, HtmlForgeX applies theme-aware defaults to ApexCharts and updates existing charts when the document theme changes.
public ChartValueClampingOptions DefaultValueClamping { get; set; } #Optional default value clamping/rounding applied to all ApexCharts.