| Contents > SharpPlot > Methods | Index |
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"});
