LineGraphStyles Enumeration

Linegraph Style (flags).

[flags]
public enum LineGraphStyles

Members

XYPlotFirst column gives the X-values for LinePlot
IndexedData is indexed to the initial value = 100
GridLinesDraw gridlines (all axes)
OverlayGridGridlines are drawn ontop of data
ClippedClip axes and all lines and markers at chart edge
TrendLineCompute trend line (Gaussian smooth)
GrowthCurveGrowth curve (exponential) is computed
OnTopModelModelfit is drawn ontop of data
ModelFitCompute and show regression line or surface
AnnotateModelAnnotate model with computed equation
NoLinesNo lines are drawn (turns off default)
CurvesPoints are joined with smooth curves rather than straight lines
MarkersMarkers are drawn at data points
RisersDraw risers to data points from axis or fitted model
SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
FilledLines are completed back to the start and shaded inside the region created
SegmentLinesBreak lines at missing values rather than drawing across the gap
CellsCreatedMake cells at each marker for miniature plots
HaloMarkersHalo all markers (improves 3D effect on Cloud charts)
CrispEdgesTurns off anti-aliasing on data lines
NoAxesNo axes are drawn on the chart
FrameAxesAxes are completed to frame chart
ExplodeAxesAxes are set back from the plotting area
ValueTagsValue tags are written for data items
ArrowLinesDraw arrows at ends of lines

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)

See also ...

SharpPlot Members | LineGraphStyle Property