SharpPlot Reference > SharpPlot Properties > BarChartStyle Property

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

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

See also ...

SharpPlot Members | SharpPlot.DrawBarChart Method


Send comments on this topic
© Dyalog Ltd 2021