SharpPlot Reference > SharpPlot 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.

Overloads

See also ...

Formatting text with simple HTML tags | SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021