SharpPlot Reference > SharpPlot Methods > SetPageLabels Method SharpPlot.SetPageLabels Method
Create a set of labels to show the current page of a multi-dimensional dataset.
public void SetPageLabels(
string[] labels
);
Example
sp.SetPageLabels(new string[]{"Budget","Actual"});
See also ...Formatting text with simple HTML tags | SharpPlot Members | SharpPlot.DrawMultiple Method
Send comments on this topic © Dyalog Ltd 2021
|