SharpPlot Reference > SharpPlot Properties > XBarChartStyle Property

SharpPlot.XBarChartStyle Property

Set X-Bar style to any combination of flags.

public XBarChartStyles XBarChartStyle {get; set;}

Example

sp.XBarChartStyle = XBarChartStyles.RelativeData;

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
LogarithmicAll chart axes 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.DrawXBarChart Method


Send comments on this topic
© Dyalog Ltd 2021