A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/javascript/latest/charts-model/gauge-model/ below:

Gauge Model | Overview | ArcGIS Maps SDK for JavaScript 4.33

addXAxisGuide

Signature: addXAxisGuide(name: string, index: number): void
Description: Adds an X-axis guide.
Parameters:

Returns: void
deleteXAxisGuide

Signature: deleteXAxisGuide(index: number): void
Description: Deletes an X-axis guide.
Parameters:

Returns: void
emitConfigUpdate

Signature: emitConfigUpdate(functionCalled: string): void
Description: Emits a config update event.
Parameters:

Returns: void
generateDefaultConfig

Signature: generateDefaultConfig(): Promise
Description: A function that generates the default config object when creating a new chart.
Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.

getAggregationType

Signature: getAggregationType(): WebChartStatisticType
Description: Gets the aggregation type used for the gauge.
Returns: WebChartStatisticType

getAxisLabelsSymbol

Signature: getAxisLabelsSymbol(): undefined | WebChartTextSymbol
Description: Gets the axis labels text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getAxisLinesSymbol

Signature: getAxisLinesSymbol(): undefined | ISimpleLineSymbol
Description: Gets the axis lines symbol. Contains styling information such as line width, line style, and line color.
Returns: undefined | ISimpleLineSymbol

getAxisTickVisibility

Signature: getAxisTickVisibility(): boolean
Description: Gets whether the axis ticks are visible.
Returns: boolean

getBackgroundColor

Signature: getBackgroundColor(): undefined | Color
Description: Gets the background color of the chart.
Returns: undefined | Color

getChartId

Signature: getChartId(): undefined | string
Description: Gets the chart id.
Returns: undefined | string

getChartRenderer

Signature: getChartRenderer(): any
Description: Gets the chart renderer.
Returns: any

getChartSubtitleVisibility

Signature: getChartSubtitleVisibility(): boolean
Description: Gets whether or not the chart subtitle is visible.true: Chart subtitle is visible.false: Chart subtitle is hidden.
Returns: boolean

getChartSubType

Signature: getChartSubType(): ChartSubType
Description: Gets the chart sub type of the series.
Returns: ChartSubType

getChartTitleVisibility

Signature: getChartTitleVisibility(): boolean
Description: Gets whether or not the chart title is visible.true: Chart title is visible.false: Chart title is hidden.
Returns: boolean

getChartType

Signature: getChartType(): ChartTypes
Description: Gets the chart type.
Returns: ChartTypes

getConfig

Signature: getConfig(): ChartConfig
Description: Gets the current chart configuration object.
Returns: ChartConfig

getDescriptionSymbol

Signature: getDescriptionSymbol(): undefined | WebChartTextSymbol
Description: Gets the description text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getDescriptionText

Signature: getDescriptionText(): string
Description: Gets the chart description text.
Returns: string

getDescriptionVisibility

Signature: getDescriptionVisibility(): boolean
Description: Gets whether or not the chart description is visible.true: Description is visible.false: Description is hidden.
Returns: boolean

getEndAngle

Signature: getEndAngle(): number
Description: Gets the end angle of the gauge.
Returns: number

getFeatureIndex

Signature: getFeatureIndex(): undefined | number
Description: Gets the index of the feature to be rendered.
Returns: undefined | number

getFetchNULLValues

Signature: getFetchNULLValues(): boolean
Description: Gets whether to fetch null values for them to be counted or displayed as categories on the chart.
Returns: boolean

getField

Signature: getField(): string
Description: Gets the data field used for the gauge.
Returns: string

getGaugeSubType

Signature: getGaugeSubType(): GaugeChartSubTypes
Description: Gets the type of Gauge chart, like FeatureGauge and StatisticGauge.
Returns: GaugeChartSubTypes

getGuideAbove

Signature: getGuideAbove(index: number, orientation: GuideOrientation): boolean
Description: Gets whether the guide should be rendered above the other chart elements.
Parameters:

Returns: boolean
getGuideEnd

Signature: getGuideEnd(index: number, orientation: GuideOrientation): undefined | null | string | number | Date
Description: Gets the end value of a guide.
Parameters:

Returns: undefined | null | string | number | Date
getGuideLabelsSymbol

Signature: getGuideLabelsSymbol(): undefined | WebChartTextSymbol
Description: Gets the guide labels text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getGuideLabelText

Signature: getGuideLabelText(index: number, orientation: GuideOrientation): undefined | string
Description: Gets the guide label text.
Parameters:

Returns: undefined | string
getGuideName

Signature: getGuideName(index: number, orientation: GuideOrientation): undefined | string
Description: Gets the name of a guide.
Parameters:

Returns: undefined | string
getGuideStart

Signature: getGuideStart(index: number, orientation: GuideOrientation): null | string | number | Date
Description: Gets the start value of a guide.
Parameters:

Returns: null | string | number | Date
getGuideStyle

Signature: getGuideStyle(index: number, orientation: GuideOrientation): undefined | ISimpleLineSymbol | ISimpleFillSymbol
Description: Gets the guide style.
Parameters:

Returns: undefined | ISimpleLineSymbol | ISimpleFillSymbol
getGuideVisibility

Signature: getGuideVisibility(index: number, orientation: GuideOrientation): boolean
Description: Gets whether a guide is visible.
Parameters:

Returns: boolean
getInnerLabelContent

Signature: getInnerLabelContent(): undefined | WebChartTextSymbol
Description: Gets the inner label content symbol.
Returns: undefined | WebChartTextSymbol

getInnerLabelVisible

Signature: getInnerLabelVisible(): boolean
Description: Gets whether the inner label is visible.
Returns: boolean

getInnerRadius

Signature: getInnerRadius(): number
Description: Gets the inner radius of the gauge.
Returns: number

getLabelsIncrement

Signature: getLabelsIncrement(): undefined | number
Description: Gets the labels increment for the gauge.
Returns: undefined | number

getLayer

Signature: getLayer(): undefined | SupportedLayer
Description: Gets the associated layer.
Returns: undefined | SupportedLayer

getMaxXBound

Signature: getMaxXBound(): null | number
Description: Gets the maximum bound that is currently set for the x-axis.
Returns: null | number

getMinXBound

Signature: getMinXBound(): null | number
Description: Gets the minimum bound that is currently set for the x-axis.
Returns: null | number

getNeedleDisplayPin

Signature: getNeedleDisplayPin(): boolean
Description: Gets whether to display the pin for the gauge's needle.
Returns: boolean

getNeedleEndWidth

Signature: getNeedleEndWidth(): undefined | null | number
Description: Gets the end width of the gauge's needle.
Returns: undefined | null | number

getNeedleInnerRadius

Signature: getNeedleInnerRadius(): undefined | null | number
Description: Gets the inner radius of the gauge's needle.
Returns: undefined | null | number

getNeedleStartWidth

Signature: getNeedleStartWidth(): undefined | null | number
Description: Gets the start width of the gauge's needle.
Returns: undefined | null | number

getNeedleSymbol

Signature: getNeedleSymbol(): undefined | ISimpleFillSymbol
Description: Gets the symbol of the gauge's needle.
Returns: undefined | ISimpleFillSymbol

getNeedleVisibility

Signature: getNeedleVisibility(): boolean
Description: Gets the visibility of the gauge's needle.
Returns: boolean

getOnlyShowFirstAndLastLabels

Signature: getOnlyShowFirstAndLastLabels(): boolean
Description: Gets whether to only show the first and last labels.
Returns: boolean

getSeriesId

Signature: getSeriesId(seriesIndex: number): undefined | string
Description: Gets the series ID for a given series index.If the series index is out of bounds, this function will return undefined.
Parameters:

Returns: undefined | string
getSeriesIndex

Signature: getSeriesIndex(seriesId: string): undefined | number
Description: Gets the series index for a given series ID.If the series ID is not found, this function will return undefined.
Parameters:

Returns: undefined | number
getSeriesLength

Signature: getSeriesLength(): number
Description: Gets the length of the series array.
Returns: number

getSeriesVisibility

Signature: getSeriesVisibility(seriesIndex: number): boolean
Description: Gets the visibility of a series.
Parameters:

Returns: boolean
getSplitByValues

Signature: getSplitByValues(): string[]
Description: Gets the split-by values for the chart.
Returns: string[]

getStartAngle

Signature: getStartAngle(): number
Description: Gets the start angle of the gauge.
Returns: number

getSubtitleSymbol

Signature: getSubtitleSymbol(): undefined | WebChartTextSymbol
Description: Gets the subtitle text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getSubtitleText

Signature: getSubtitleText(): string
Description: Gets the chart subtitle text.
Returns: string

getTitleSymbol

Signature: getTitleSymbol(): undefined | WebChartTextSymbol
Description: Gets the title text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getTitleText

Signature: getTitleText(): string
Description: Gets the chart title text.
Returns: string

getTooltipReverseColor

Signature: getTooltipReverseColor(index: number, orientation: GuideOrientation): boolean
Description: Gets whether the tooltip text color should be reversed for a guide.
Parameters:

Returns: boolean
getValueConversion

Signature: getValueConversion(): undefined | ValueConversion
Description: Gets the conversion to apply to the gauge value
Returns: undefined | ValueConversion

getVersion

Signature: getVersion(): string
Description: Gets the version of the chart configuration.
Returns: string

getXAxisTitleSymbol

Signature: getXAxisTitleSymbol(): undefined | WebChartTextSymbol
Description: Gets the x-axis title text symbol. Contains styling information such as font, color, and symbol style.
Returns: undefined | WebChartTextSymbol

getXAxisTitleText

Signature: getXAxisTitleText(): string
Description: Gets the x-axis title text.
Returns: string

getXAxisTitleVisibility

Signature: getXAxisTitleVisibility(): boolean
Description: Gets whether the x-axis title is visible or not.true: X-axis title is visible.false: X-axis title is hidden.
Returns: boolean

getXGuidesLength

Signature: getXGuidesLength(): undefined | number
Description: Gets the number guides in the X-axis guides list.
Returns: undefined | number

isSameChartAs

Signature: isSameChartAs(otherModel: undefined | ChartModel): boolean
Description: Checks if the current chart model is for the same chart as another chart model.
Parameters:

Returns: boolean
loadConfigFromLayer

Signature: loadConfigFromLayer(params: ModelParams): Promise
Description: A function that loads the config based on the provided props.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
removeFeatureIndex

Signature: removeFeatureIndex(): void
Description: Removes the existing feature index from the config object
Returns: void

setAggregationType

Signature: setAggregationType(aggregationType: WebChartStatisticType): Promise
Description: Sets the aggregation type used for the gauge.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setAxisLabelsSymbol

Signature: setAxisLabelsSymbol(newAxisLabelsSymbol: undefined | WebChartTextSymbol): void
Description: Sets the axis labels text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setAxisLinesSymbol

Signature: setAxisLinesSymbol(newAxisLinesSymbol: undefined | ISimpleLineSymbol): void
Description: Sets the axis lines symbol. Contains styling information such as line width, line style, and line color.
Parameters:

Returns: void
setAxisTickVisibility

Signature: setAxisTickVisibility(visibile: boolean): void
Description: Sets whether the axis ticks are visible.
Parameters:

Returns: void
setBackgroundColor

Signature: setBackgroundColor(backgroundColor: undefined | Color): void
Description: Sets the background color of the chart.
Parameters:

Returns: void
setChartId

Signature: setChartId(id: string): void
Description: Sets the chart id.
Parameters:

Returns: void
setChartRenderer

Signature: setChartRenderer(renderer: any): void
Description: Sets the chart renderer.
Parameters:

Returns: void
setChartSubtitleVisibility

Signature: setChartSubtitleVisibility(visibility: boolean): void
Description: Sets whether or not the chart subtitle is visible.true: Show chart subtitle.false: Hide chart subtitle.
Parameters:

Returns: void
setChartTitleVisibility

Signature: setChartTitleVisibility(visibility: boolean): void
Description: Sets whether or not the chart title is visible.true: Show chart title.false: Hide chart title.
Parameters:

Returns: void
setConfig

Signature: setConfig(config: ChartConfig): void
Description: Sets the chart configuration object.
Parameters:

Returns: void
setDescriptionSymbol

Signature: setDescriptionSymbol(descriptionSymbol: undefined | WebChartTextSymbol): void
Description: Sets the description text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setDescriptionText

Signature: setDescriptionText(description: string): void
Description: Sets the chart description text.
Parameters:

Returns: void
setDescriptionVisibility

Signature: setDescriptionVisibility(visibility: boolean): void
Description: Sets whether or not the chart description is visible.true: Show description.false: Hide description.
Parameters:

Returns: void
setEndAngle

Signature: setEndAngle(endAngle: number): void
Description: Sets the end angle of the gauge.
Parameters:

Returns: void
setFeatureIndex

Signature: setFeatureIndex(featureIndex: null | number): Promise
Description: Sets the index of the feature to be rendered.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setFetchNULLValues

Signature: setFetchNULLValues(fetchNULLValues: boolean): void
Description: Sets whether to fetch null values for them to be counted or displayed as categories on the chart.
Parameters:

Returns: void
setField

Signature: setField(field: string): Promise
Description: Sets the data field used for the gauge.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setGuideAbove

Signature: setGuideAbove(above: boolean, index: number, orientation: GuideOrientation): void
Description: Sets whether the guide should be rendered above the other chart elements.
Parameters:

Returns: void
setGuideEnd

Signature: setGuideEnd(end: undefined | null | string | number | Date, index: number, orientation: GuideOrientation): void
Description: Sets the end value of a guide.
Parameters:

Returns: void
setGuideLabelsSymbol

Signature: setGuideLabelsSymbol(newGuideLabelsSymbol: undefined | WebChartTextSymbol): void
Description: Sets the guide labels text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setGuideLabelText

Signature: setGuideLabelText(labelText: string, index: number, orientation: GuideOrientation): void
Description: Sets the guide label text.
Parameters:

Returns: void
setGuideName

Signature: setGuideName(name: string, index: number, orientation: GuideOrientation): void
Description: Sets the name of a guide.
Parameters:

Returns: void
setGuideStart

Signature: setGuideStart(start: null | string | number | Date, index: number, orientation: GuideOrientation): void
Description: Sets the start value of a guide.
Parameters:

Returns: void
setGuideStyle

Signature: setGuideStyle(style: ISimpleLineSymbol | ISimpleFillSymbol, index: number, orientation: GuideOrientation): void
Description: Sets the guide style.
Parameters:

Returns: void
setGuideVisibility

Signature: setGuideVisibility(visible: boolean, index: number, orientation: GuideOrientation): void
Description: Sets whether a guide is visible
Parameters:

Returns: void
setInnerLabelContent

Signature: setInnerLabelContent(innerLabelContent: undefined | WebChartTextSymbol): void
Description: Sets the inner label content symbol.
Parameters:

Returns: void
setInnerLabelVisibility

Signature: setInnerLabelVisibility(visible: boolean): void
Description: Sets whether the inner label is visible.
Parameters:

Returns: void
setInnerRadius

Signature: setInnerRadius(innerRadius: number): void
Description: Sets the inner radius of the gauge.
Parameters:

Returns: void
setLabelsIncrement

Signature: setLabelsIncrement(increment: undefined | number): void
Description: Sets the labels increment for the gauge.
Parameters:

Returns: void
setMaxXBound

Signature: setMaxXBound(newMaxXBound: null | number): Promise
Description: Sets the maximum bound for the x-axis.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setMinXBound

Signature: setMinXBound(newMinXBound: null | number): Promise
Description: Sets the minimum bound for the x-axis.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setNeedleDisplayPin

Signature: setNeedleDisplayPin(displayPin: boolean): void
Description: Sets whether to display the pin for the gauge's needle.
Parameters:

Returns: void
setNeedleEndWidth

Signature: setNeedleEndWidth(width: undefined | null | number): void
Description: Sets the end width of the gauge's needle.
Parameters:

Returns: void
setNeedleInnerRadius

Signature: setNeedleInnerRadius(innerRadius: number): void
Description: Sets the inner radius of the gauge's needle.
Parameters:

Returns: void
setNeedleStartWidth

Signature: setNeedleStartWidth(width: undefined | null | number): void
Description: Sets the start width of the gauge's needle.
Parameters:

Returns: void
setNeedleSymbol

Signature: setNeedleSymbol(needleSymbol: undefined | ISimpleFillSymbol): void
Description: Sets the symbol of the gauge's needle.
Parameters:

Returns: void
setNeedleVisibility

Signature: setNeedleVisibility(visible: boolean): void
Description: Sets the visibility of the gauge's needle.
Parameters:

Returns: void
setOnlyShowFirstAndLastLabels

Signature: setOnlyShowFirstAndLastLabels(showOnlyFirstAndLastLabels: boolean): void
Description: Sets whether to only show the first and last axis labels.
Parameters:

Returns: void
setSeriesVisibility

Signature: setSeriesVisibility(props: LegendItemVisibility): void
Description: Sets the visibility of a series.
Parameters:

Returns: void
setStartAngle

Signature: setStartAngle(startAngle: number): void
Description: Sets the start angle of the gauge.
Parameters:

Returns: void
setSubtitleSymbol

Signature: setSubtitleSymbol(subtitleSymbol: undefined | WebChartTextSymbol): void
Description: Sets the subtitle text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setSubtitleText

Signature: setSubtitleText(subtitle: string): void
Description: Sets the chart subtitle text.
Parameters:

Returns: void
setTitleSymbol

Signature: setTitleSymbol(titleSymbol: undefined | WebChartTextSymbol): void
Description: Sets the title text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setTitleText

Signature: setTitleText(title: string): void
Description: Sets the chart title text.
Parameters:

Returns: void
setTooltipReverseColor

Signature: setTooltipReverseColor(reverseColor: boolean, index: number, orientation: GuideOrientation): void
Description: Sets whether the tooltip text color should be reversed for a guide.
Parameters:

Returns: void
setup

Signature: setup(params: ModelParams): Promise
Description: Completes the async setup process for the chart model. Must be called before using the model.
Parameters:

Returns: Promise
Async: This method is async and must be awaited for the changes to take effect.
setValueConversion

Signature: setValueConversion(valueConversion: ValueConversion): void
Description: Sets the conversion to apply to the gauge value
Parameters:

Returns: void
setXAxisTitleSymbol

Signature: setXAxisTitleSymbol(newXAxisTitle: undefined | WebChartTextSymbol): void
Description: Sets the x-axis title text symbol. Contains styling information such as font, color, and symbol style.
Parameters:

Returns: void
setXAxisTitleText

Signature: setXAxisTitleText(newXAxisTitleText: string): void
Description: Sets the x-axis title text.
Parameters:

Returns: void
setXAxisTitleVisibility

Signature: setXAxisTitleVisibility(newXAxisTitleVisibility: boolean): void
Description: Sets the visibility of the x-axis title.true: X-axis title is visible.false: X-axis title is hidden.
Parameters:

Returns: void

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4