ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
TimeChart.settings.area.style
This section is defined by the type TimeChartSettingsAreaStyle.
Area style settings.
Properties
fillColor: string
Default value: "transparent"
Inherited from: BaseSettingsAreaStyle
Background fill color of chart area
image: string
Default value: null
Inherited from: BaseSettingsAreaStyle
Background image of chart area.
markerText: BaseSettingsTextStyle
noData: anonymous type
Inherited from: LinearChartSettingsAreaStyle
Style settings when there is no data to display.
Properties
overlayColor: string
Default value: null
Inherited from: BaseSettingsAreaStyle
The foreground fill color of the chart area. rgba()
with alpha transparency should be used
selection: TimeChartSettingsAreaStyleSelection
View section details
Time period selection style. Note that the interaction.selection
section specifies if the
selection can be created by the user or only through the API.
selectionLabel: BaseSettingsTextStyle
zoomHighlight: LinearChartSettingsHighlightStyle
Inherited from: LinearChartSettingsAreaStyle
View section details
Zoom In/Zoom Out animation highlight settings.
zoomHighlightInactive: anonymous type
Inherited from: LinearChartSettingsAreaStyle
Zoom highlight style after zoom animation is finished.
Properties
fillColor: string
Default value: "rgba(30,160,220,0.08)"