For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /debug-utilities/enums/DiagnosticsChartDisplayType.md.

Enumeration: DiagnosticsChartDisplayType experimental

Beta

The display type for the chart (e.g. line chart, stacked line chart, stacked bar chart).

Enumeration Members

LineChart

LineChart: 0

Beta

Remarks

Represents a simple line graph chart where the X axis is time and the Y axis is the user driven data.


StackedBarChart

StackedBarChart: 2

Beta

Remarks

Represents a line graph chart where the X axis is time and the Y axis is a collection of multiple the user driven data entries that are visually stacked on top of each other.


StackedLineChart

StackedLineChart: 1

Beta

Remarks

Indicates that the view or stat has not been registered.