SharpPlot.GanttChartStyle Property

Set Ganttchart style to any combination of flags.

public GanttChartStyles GanttChartStyle {get; set;}

Example

sp.GanttChartStyle = GanttChartStyles.GridLines;

Options

GridLinesDraw gridlines (all axes)
OverlayGridGridlines are drawn ontop of data
ValueTagsValue tags are written for data items
NoAxesNo axes are drawn on the chart
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart

See also ...

SharpPlot Members | DrawGanttChart Method