|
Reference > Properties > LineGraphStyle Property SharpPlot.LineGraphStyle Property
Set Linegraph style to any combination of flags.
public LineGraphStyles LineGraphStyle {get; set;}
Example
sp.LineGraphStyle = LineGraphStyles.XYPlot;
Options
| AnnotateModel | Annotate model with computed equation | | ArrowLines | Draw arrows at ends of lines | | CellsCreated | Make cells at each marker for miniature plots | | Clipped | Clip axes and all lines and markers at chart edge | | CrispEdges | Turns off anti-aliasing on data lines | | CroppedAxes | Crops all chart elements at the axis boundary | | Curves | Points are joined with smooth curves rather than straight lines | | ExplodeAxes | Axes are set back from the plotting area | | Filled | Lines are completed back to the start and shaded inside the region created | | FrameAxes | Axes are completed to frame chart and all data is cropped | | GridLines | Draw gridlines (all axes) | | GrowthCurve | Growth curve (exponential) is computed | | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | | Indexed | Data is indexed to the initial value = 100 | | Markers | Markers are drawn at data points | | ModelFit | Compute and show regression line or surface | | NoAxes | No axes are drawn on the chart | | NoLines | No lines are drawn (turns off default) | | OnTopModel | Modelfit is drawn ontop of data | | OverlayGrid | Gridlines are drawn ontop of data | | Risers | Draw risers to data points from axis or fitted model | | SegmentLines | Break lines at missing values rather than drawing across the gap | | SkipRepeats | Repeated y-values are eliminated (treated as missing values) | | SkipRuns | Runs of identical y-values are eliminated (preserves the first and last of each run) | | SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline | | TrendLine | Compute trend line (Gaussian smooth) | | ValueTags | Value tags are written for data items | | XYPlot | First column gives the X-values for LinePlot |
See also ...SharpPlot Members | DrawLineGraph Method
Send comments on this topic © Dyalog Ltd 2013
|