| ||
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 > SetMarkerScales Method SharpPlot.SetMarkerScales MethodSet Marker scales for individual markers (relative to 1). The array you give will be replicated to match the number of markers in the series. Examplesp.SetMarkerScales(2);sp.SetMarkerScales(new double[] {1,2.2,3,2}); Overloads
See also ... |