| Contents > Enumerations | Index |
BarChartStyles Enumeration
Barchart Style (flags).
[flags]
public enum BarChartStyles
Members
| 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 |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
