Reference > Methods > SetZLabels Method

SharpPlot.SetZLabels Method

Set text items for each z-tickmark.

public void SetZLabels(
    string[] labels
);

Example

sp.SetZLabels(new string[]{"One","Two","Three"});

Note that the Z-axis does not support multi-line labels.

See also ...

SharpPlot Members | Formatting text with simple HTML tags


Send comments on this topic
© Dyalog Ltd 2013