A scatter chart plots individual data points by two numeric variables and supports combining different series types, such as markers and lines, to overlay raw observations with computed averages or trends.
This sample visualizes system interruptions by pairing a triangle-up marker series of individual events with a line series showing mean values. The x-axis represents interruption duration in minutes, while the y-axis tracks waiting time between interruptions. A spot-radius hover mode with a 30-pixel radius highlights nearby points, and union tooltips display data from both series at once. Hovered markers turn gold for clear visual feedback.
Follow the step-by-step Scatter Chart Tutorial to learn how such charts are built. See the Scatter Plot documentation for all configuration options.