| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetLineStyles Method SharpPlot.SetLineStyles MethodSet line-styles for use by upcoming data series. Examplesp.SetLineStyles(new LineStyle[]{LineStyle.Solid,LineStyle.DashDot}); OverloadsNote that ‘extra’ lines such as fitted curves use the linestyle cycle also – this allows you to set chosen styles for all the significant elements in the chart, typically solid for the data and dashed for a trendline. See also ...SharpPlot Members | LineStyle Struct |