SharpPlot.ValueTagStyle Property
Set Value tag style to any combination of flags.
public ValueTagStyles ValueTagStyle {get; set;}
Example
sp.ValueTagStyle = ValueTagStyles.Inside;
Options
| Inside | Values are written inside bars, pie-sctors, markers |
| Middle | Values are vertically centred in each bar |
| Opaque | Value text is drawn with opaque background |
| Left | Values are written to the left of markers |
| Center | Values are centered above markers |
| Right | Values are right-aligned above markers |
| CumulativeValues | Cumulative values are used on stacked barcharts |
| Duration | Numeric values are formatted to base-60 |
| SectorValues | Sector values are used on stacked barcharts |
| Normal | Values are written as text (default) |
| Hints | Values are set as status-line hints |
| Tips | Values are set as pop-up tips |
| Vertical | Vertical text is used for values |
| Angled | Angled text is used for values |
| InheritColor | Values inherit color from data points |
| RecolorOutside | Values on bars match the bar colour when forced outside the bar |
See also ...
SharpPlot Members | ValueTagAngle Property