| Contents > SharpPlot > Properties | Index |
SharpPlot.ZCaption Property
The Z-axis caption is written vertically alongside the axis. It will be automatically repositioned depending on the chart viewpoint.
public string ZCaption {get; set;}
Example
sp.ZCaption = "Yield";
You may also choose to place it at the end of the axis with the atend Z-style.
