SharpPlot.BarChartStyle Property

Set Barchart style as any combination of allowed styles.

public BarChartStyles BarChartStyle {get; set;}

Example

sp.BarChartStyle = BarChartStyles.RelativeData | BarChartStyles.Horizontal;

Options

ForceZeroForce zero (all axes include origin)
IndexedData is indexed to the initial value = 100
HorizontalHorizontal chart (Barcharts,MaxMin,Gantt)
StackedBarsStacked barcharts (data is accumulated)
FloatingBarsFloating bars (lowest bar of stack not drawn)
NoAxesNo axes are drawn on the chart
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart
TicksBetweenTickmarks are drawn between bars or groups of bars
GridLinesDraw gridlines (all axes)
OverlayGridGridlines are drawn ontop of data
ValueTagsValue tags are written for data items

See also ...

SharpPlot Members | DrawBarChart Method