Dashboard Mode - Corner radius and smoothing
Dashboard Goal
Understand how adjusting corner radius and smoothing affects the look of shapes in a design dashboard.
Understand how adjusting corner radius and smoothing affects the look of shapes in a design dashboard.
| Shape | Width (px) | Height (px) | Corner Radius (px) | Smoothing (%) |
|---|---|---|---|---|
| Rectangle A | 120 | 80 | 0 | 0 |
| Rectangle B | 120 | 80 | 20 | 0 |
| Rectangle C | 120 | 80 | 20 | 50 |
| Rectangle D | 120 | 80 | 40 | 100 |
| Rectangle E | 120 | 80 | 60 | 100 |
Selected Corner Radius = SELECTEDVALUE(Shapes[Corner Radius (px)])Selected Smoothing = SELECTEDVALUE(Shapes[Smoothing (%)])+-----------------------+-----------------------+ | Shape Properties | Shape Preview | | Table | Panel | | | | +-----------------------+-----------------------+ | KPI: Corner Radius | KPI: Smoothing | +-----------------------+-----------------------+
User selects a shape from the Shape Properties Table. This selection updates:
If you select Rectangle C in the Shape Properties Table, what values appear in the KPI cards and how does the shape preview change?
Answer: The KPI cards show Corner Radius = 20 px and Smoothing = 50%. The shape preview displays a rectangle with moderately rounded corners and smoothing applied, making the corners appear softer.