| Contents > SharpPlot > Properties | Index |
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.
