LineChartElement.ShowNavigator property
When true, the framework draws a Highcharts-style navigator strip beneath the plot + legend: a mini full-range (area-filled) overview of the same Series data (ignoring VisibleRange) with a draggable/resizable brush window that controls VisibleRange (drag middle = pan, drag an edge handle = zoom that edge, double-click = reset to full). The navigator replaces the legacy −/+/Reset button bar + range scrollbar; scroll-wheel zoom and drag-pan on the main plot remain. When false (default) the legacy control strip is drawn.
public bool ShowNavigator { get; set; }See Also
Section titled “See Also”- record LineChartElement
- namespace Stellar.Abstractions.Services