SharpPlot Reference > SharpPlot 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
CroppedAxes | Crops all chart elements at the axis boundary | ExplodeAxes | Axes are set back from the plotting area | FrameAxes | Axes are completed to frame chart and all data is cropped | GridLines | Draw gridlines (all axes) | NoAxes | No axes are drawn on the chart | OverlayGrid | Gridlines are drawn ontop of data | ValueTags | Value tags are written for data items |
See also ...SharpPlot Members | SharpPlot.DrawGanttChart Method
Send comments on this topic © Dyalog Ltd 2021
|