ESM
import { OverlayTerms } from "@arcgis/charts-components/spec/events.js";Variables
OverlayTerms
Variable
- Type
- { readonly Mean: "Mean"; readonly Median: "Median"; readonly StdDev: "Standard Deviation"; readonly Normal: "Normal Distribution"; readonly Trendline: "Trendline"; }
Type definitions
OverlayTerms
Type definition
- Type
- (typeof OverlayTerms)[keyof typeof OverlayTerms]
CalculatedMinMaxBoundsPayload
Type definition
Represents a subset of the event payload carrying the chart's axes bounds.
isXAxis
Property
- Type
- boolean
minimum
Property
- Type
- WebChartAxis["minimum"]
maximum
Property
- Type
- WebChartAxis["maximum"]
ChartDeletePayload
Type definition
Represents the payload of the event sent when a chart is removed from the chart list.
chartId
Property
- Type
- string
LegendItemVisibility
Type definition
Represents the payload of the event sent when an item is toggled in the chart's legend (slice or series).
visible
Property
- Type
- boolean
overlayType
Property
- Type
- OverlayTerms | undefined
sliceData
Property
- Type
- WebChartDataItem | undefined