| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties 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 > Methods > SetDatumLineTags Method SharpPlot.SetDatumLineTags MethodSet tags to be written above each datum line given a string array or a simple string. Examplesp.SetYDatumLines(new int[] {25,50}); // Acceptable range sp.SetDatumTags(new string[]{"Lower limit","Upper limit"}); // Matching labels Overloads
NotesThe tags are written above (or vertically to the left) of Y and X datum lines at the end of the line opposite to the axis, so by default you will see YDatum lines at the right-hand side of the chart, written just above each line. Tags are taken in X,Y,Z order if you need to label tags on more than one axis in the same chart. For contour plots, the tags are written on the lines in the same style as the contour labels. |