SharpPlot.ValueTagStyle Property

Set Value tag style to any combination of flags.

public ValueTagStyles ValueTagStyle {get; set;}

Example

sp.ValueTagStyle = ValueTagStyles.Inside;

Options

InsideValues are written inside bars, pie-sctors, markers
MiddleValues are vertically centred in each bar
OpaqueValue text is drawn with opaque background
LeftValues are written to the left of markers
CenterValues are centered above markers
RightValues are right-aligned above markers
CumulativeValuesCumulative values are used on stacked barcharts
DurationNumeric values are formatted to base-60
SectorValuesSector values are used on stacked barcharts
NormalValues are written as text (default)
HintsValues are set as status-line hints
TipsValues are set as pop-up tips
VerticalVertical text is used for values
AngledAngled text is used for values
InheritColorValues inherit color from data points
RecolorOutsideValues on bars match the bar colour when forced outside the bar

See also ...

SharpPlot Members | ValueTagAngle Property