| Contents > Glossaries > Style examples | Index |
OnTopModel
Fitted models and trendlines are drawn after the data is plotted, and so appear on top.

sp.LineGraphStyle = LineGraphStyles.OnTopModel;
The default is to drawn the fitted curve first so that it does not hide the datapoints. This style would be used if the model was more important than the data it had been derived from.
