SharpPlot Reference > SharpPlot Methods > AddAttributes Method > (String,String[])

SharpPlot.AddAttributes Method (String,String[])

Apply an array of handlers to all the XValues in the first series.

public void AddAttributes(
    string propName,
    string[] propValue
);

Example

sp.AddAttributes("value",new string[] {"34","27","16","62});

This will apply on ‘value’ property individually to 4 bars or markers (one item per data-element is required).

See also ...

SharpPlot Members | SharpPlot.AddAttributes Method


Send comments on this topic
© Dyalog Ltd 2021