## Legend: Resource Utilization Chart
### Overview
The image is a standalone legend box, likely extracted from a technical line graph. It provides a key for three distinct data series, utilizing line stroke patterns to differentiate between categories.
### Components
The legend is enclosed within a light gray, rounded rectangular border. The elements are arranged horizontally from left to right:
* **Left:** A dashed line symbol followed by the text "Compute".
* **Center:** A dotted line symbol followed by the text "Memory".
* **Right:** A solid line symbol followed by the text "Total".
### Detailed Analysis
The legend defines the visual encoding for the data series in the associated chart:
* **Compute:** Represented by a dashed line (long, distinct segments).
* **Memory:** Represented by a dotted line (short, frequent dots).
* **Total:** Represented by a solid, continuous line.
### Key Observations
The legend relies exclusively on line stroke patterns (dashed, dotted, solid) to differentiate data series rather than color. This is a robust design choice, ensuring the chart remains readable in grayscale, monochrome printing, or for users with color vision deficiencies.
### Interpretation
This legend is characteristic of system performance monitoring or resource allocation analysis. It implies that the underlying chart tracks three metrics: "Compute" (likely CPU or processing power), "Memory" (RAM or storage usage), and "Total" (the aggregate of the two or a combined system load metric).
Given the labels, it is highly probable that the "Total" line represents the sum of the "Compute" and "Memory" values, or a broader system metric that encompasses both. The use of distinct line styles suggests the chart plots these values against a continuous variable, such as time or workload intensity.