| ||
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 > SetValueTags Method SharpPlot.SetValueTags MethodSet Value tags given a string (or numeric) array or a simple string. Examplesp.SetValueTags(new string[]{"First","Second"}); Overloads
NotesBy default, setting the ValueTags style on any chart simply adds the formatted Y-values to each data-point. However you may choose to display some other value, for example in a chart of house prices, a scatterplot of floor-area against age of house could show the price at each data-point. This is often a good way to add an extra dimension to a simple 2-dimensional presentation. See also ...SharpPlot Members | ValueTagFormat Property | Formatting text with simple HTML tags |