Reference > Properties > GanttChartStyle Property

SharpPlot.GanttChartStyle Property

Set Ganttchart style to any combination of flags.

public GanttChartStyles GanttChartStyle {get; set;}

Example

sp.GanttChartStyle = GanttChartStyles.GridLines;

Options

CroppedAxesCrops all chart elements at the axis boundary
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
NoAxesNo axes are drawn on the chart
OverlayGridGridlines are drawn ontop of data
ValueTagsValue tags are written for data items

See also ...

SharpPlot Members | DrawGanttChart Method


Send comments on this topic
© Dyalog Ltd 2013