SharpPlot Reference > SharpPlot Properties > ZCaption Property 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.
See also ...Formatting text with simple HTML tags | SharpPlot Members | SharpPlot.CaptionStyle Property
Send comments on this topic © Dyalog Ltd 2021
|