| Contents > Glossaries > Style examples | Index |
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 Arrowheads. Solid markers such as the lozenge or various sizes of circle work best here.

sp.MinMaxChartStyle = MinMaxChartStyles.Terminated;
You can additionally use the drift style to have the markers only placed at the far end of each line.
See also ...
SharpPlot Members | MinMaxChartStyle Property | Directional Min-Max
