| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > ILabelFormat Property SharpPlot.ILabelFormat PropertyYou can format the inner-axis labels with a simple picture format. public string ILabelFormat {get; set;} Examplesp.ILabelFormat = "#0∘"; This will show a degree symbol after each number, which would be appropriate for temperature data. See also ...SharpPlot Members | Using Picture Formatters |