Skip to content
ESM
import { LimitBehavior } from "@arcgis/charts-components/utils/defaults/interfaces.js";

Variables

LimitBehavior

Variable
Type
{ readonly Reject: "reject"; readonly RenderUpToTheLimit: "renderUpToTheLimit"; }

Type definitions

LimitBehavior

Type definition
Type
(typeof LimitBehavior)[keyof typeof LimitBehavior]

ChartElementLimit

Type definition

behaviorAfterLimit

Property
Type
LimitBehavior | undefined

maxCategoryCount

Property
Type
number | undefined

maxBarChartSeriesCount

Property
Type
number | undefined

maxBarUniqueSeriesCountTotal

Property
Type
number | undefined

maxBarTwoSeriesCountPerSeries

Property
Type
number | undefined

maxBarTwoSeriesCountTotal

Property
Type
number | undefined

maxBarThreePlusSeriesCountPerSeries

Property
Type
number | undefined

maxBarThreePlusSeriesCountTotal

Property
Type
number | undefined

maxScatterPointsBeforeAggregation

Property
Type
number | undefined

maxScatterPointsAfterAggregation

Property
Type
number | undefined

maxLineChartSeriesCount

Property
Type
number | undefined

maxLineUniqueSeriesCountTotal

Property
Type
number | undefined

maxLineTwoSeriesCountPerSeries

Property
Type
number | undefined

maxLineTwoSeriesCountTotal

Property
Type
number | undefined

maxLineThreePlusSeriesCountPerSeries

Property
Type
number | undefined

maxLineThreePlusSeriesCountTotal

Property
Type
number | undefined

maxPieChartSliceCountTotal

Property
Type
number | undefined

maxGaugeByFeaturesLimit

Property
Type
number | undefined

maxBoxPlotSeriesCount

Property
Type
number | undefined

maxBoxUniqueSeriesCountTotal

Property
Type
number | undefined

maxBoxTwoSeriesCountTotal

Property
Type
number | undefined

maxBoxTwoSeriesCountPerSeries

Property
Type
number | undefined

maxBoxThreePlusSeriesCountTotal

Property
Type
number | undefined

maxBoxThreePlusSeriesCountPerSeries

Property
Type
number | undefined

maxBoxPlotOutlierLimit

Property
Type
number | undefined

maxHeatChartCellLimit

Property
Type
number | undefined

ChartElementTechnicalLimit

Type definition

maxScatterCellsPerQuery

Property
Type
number

maxScatterCellsPerQueryForStandard

Property
Type
number

maxElementsPerSelectionQuery

Property
Type
number

maxOIDsPerSelectionQuery

Property
Type
number

maxOperandsPerWhereClause

Property
Type
number