| Contents > SharpPlot > Properties | Index |
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
| ForceZero | Force zero (all axes include origin) |
| Indexed | Data is indexed to the initial value = 100 |
| Horizontal | Horizontal chart (Barcharts,MaxMin,Gantt) |
| StackedBars | Stacked barcharts (data is accumulated) |
| FloatingBars | Floating bars (lowest bar of stack not drawn) |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| TicksBetween | Tickmarks are drawn between bars or groups of bars |
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
| ValueTags | Value tags are written for data items |
