SharpPlot Reference > SharpPlot Methods > AddAttributes Method > (String,String[],String) SharpPlot.AddAttributes Method (String,String[],String)
Apply an array of handlers that apply to all the XValues in a given series.
public void AddAttributes(
string propName,
string[] propValue,
string seriesName
);
Example
sp.AddAttributes("value",new string[] {"34","27","16","6"},"FirstSeries");
This will apply 4 ‘value’ properties to the matching items in the series called “FirstSeries”.
See also ...SharpPlot Members | SharpPlot.AddAttributes Method
Send comments on this topic © Dyalog Ltd 2021
|