|
SharpPlot Reference > SharpPlot Enumerations > MinMaxChartStyles Enumeration MinMaxChartStyles Enumeration
Min-Max (Hi-Lo plot) Style (flags).
[flags]
public enum MinMaxChartStyles
Members
| ArrowLines | Draw arrows at ends of lines | | Clipped | Clip axes and lines and markers at chart edge | | CroppedAxes | Crops all chart elements at the axis boundary | | Curves | Points are joined with smooth curves rather than straight lines | | DriftMarkers | Mark only the far end of bounds (2nd series) | | Envelope | Shade region within bounds | | ErrorBars | Show errorbars on ranges | | 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) | | Horizontal | Horizontal chart | | Indexed | Data is indexed to the initial value = 100 | | NoAxes | No axes are drawn on the chart | | NoLines | No lines are drawn (turns off default) | | OverlayGrid | Gridlines are drawn ontop of data | | Terminated | Draw current marker on both bounds | | ValueTags | Value tags are written for data items | | XYPlot | First column gives the X-values for LinePlot |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
See also ...SharpPlot Members | SharpPlot.MinMaxChartStyle Property | SharpPlot.DrawMinMaxChart Method
Send comments on this topic © Dyalog Ltd 2021
|