LineChartElement.FillWidth property
When true the chart stretches to fill its parent cell’s width instead of fixing to Width (which then acts only as the minimum/initial width). The renderer reads the plot’s laid-out width each refresh and re-meshes when it changes, so the plot, axes, legend, and navigator reflow to the available width — including live as a resizable window’s grip is dragged (at the refresh rate). Height stays fixed to Height. Defaults false (fixed-width).
public bool FillWidth { get; set; }See Also
Section titled “See Also”- record LineChartElement
- namespace Stellar.Abstractions.Services