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

SharpPlot.AddAttributes Method (String,String[][])

Apply handlers to matching data items in all series.

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

Example

sp.AddAttributes("product_code",new string[][] {EastIds_DD,EastIds_RR} )

This will apply each array of product codes to the matching items (e.g. bars in a stacked barchart) in each of 2 series.

See also ...

SharpPlot Members | SharpPlot.AddAttributes Method


Send comments on this topic
© Dyalog Ltd 2021