SharpPlot Tutorials > Style Examples > Terminated Min-Max Terminated Min-Max
The ‘terminated’ style will apply the current markers to each end of the Min-Max chart as an alternative to ErrorBars or ArrowLines. Solid markers such as the lozenge or various sizes of circle work best here.
sp.MinMaxChartStyle = MinMaxChartStyles.Terminated;
You can additionally use the DriftMarkers style to have the markers only placed at the ‘far’ end of each line.
See also ...Drift Markers for Directional Min-Max | Rooted vectors | SharpPlot Members | SharpPlot.MinMaxChartStyle Property | SharpPlot.VectorStyle Property
Send comments on this topic © Dyalog Ltd 2021
|