Skip to main content

LimitVisibleDataMode Type

Lists values that specify data limitation modes.

Declaration

export type LimitVisibleDataMode = "Designer" | "DesignerAndViewer" | "None"

Members

Name Description
"Designer"

Visible data will be limited only in the designer mode.

"DesignerAndViewer"

Visible data will be limited both in the designer and viewer modes.

"None"

Visible data will not be limited.

Remarks

If a dashboard item is bound to a large dataset, the Web Dashboard limits visible data to speed up the rendering of the visual elements when you design a dashboard. First, the dashboard control obtains the underlying data and performs all required calculation. After the calculation process, the control renders the visual elements. At this point, if the number of the data item’s unique values is larger than a certain number N, the dashboard control uses only the first N values to render the elements. The number varies for each dashboard item.

The image below shows the difference between a chart that displays limited visible data and a chart that displays all data:

Chart with Limited Visible Data vs. Chart with Complete Visible Data