SharpPlot Reference > SharpPlot Methods > SetMarkerScales Method SharpPlot.SetMarkerScales Method
Set Marker scales for individual markers (relative to 1). The array you give will be replicated to match the number of markers in the series.
Example
sp.SetMarkerScales(2); // Scale all markers
sp.SetMarkerScales(new double[] {1,2.2,3,2}); // Cycle through a list of scales
Overloads
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|