| Contents > Enumerations | Index |
LineGraphStyles Enumeration
Linegraph Style (flags).
[flags]
public enum LineGraphStyles
Members
| XYPlot | First column gives the X-values for LinePlot |
| Indexed | Data is indexed to the initial value = 100 |
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
| Clipped | Clip axes and all lines and markers at chart edge |
| TrendLine | Compute trend line (Gaussian smooth) |
| GrowthCurve | Growth curve (exponential) is computed |
| OnTopModel | Modelfit is drawn ontop of data |
| ModelFit | Compute and show regression line or surface |
| AnnotateModel | Annotate model with computed equation |
| NoLines | No lines are drawn (turns off default) |
| Curves | Points are joined with smooth curves rather than straight lines |
| Markers | Markers are drawn at data points |
| Risers | Draw risers to data points from axis or fitted model |
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| Filled | Lines are completed back to the start and shaded inside the region created |
| SegmentLines | Break lines at missing values rather than drawing across the gap |
| CellsCreated | Make cells at each marker for miniature plots |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| CrispEdges | Turns off anti-aliasing on data lines |
| NoAxes | No axes are drawn on the chart |
| FrameAxes | Axes are completed to frame chart |
| ExplodeAxes | Axes are set back from the plotting area |
| ValueTags | Value tags are written for data items |
| ArrowLines | Draw arrows at ends of lines |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
