SharpPlot Reference > SharpPlot Properties > ILabelFormat Property SharpPlot.ILabelFormat Property
You can format the inner-axis labels with a simple picture format.
public string ILabelFormat {get; set;}
Example
sp.ILabelFormat = "#0∘";
This will show a degree symbol after each number, which would be appropriate for temperature data.
See also ...Using Picture Formatters | SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|