| Contents > SharpPlot > Properties | Index |
SharpPlot.GanttChartStyle Property
Set Ganttchart style to any combination of flags.
public GanttChartStyles GanttChartStyle {get; set;}
Example
sp.GanttChartStyle = GanttChartStyles.GridLines;
Options
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
| ValueTags | Value tags are written for data items |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
