| Contents > Enumerations | Index |
BubbleChartStyles Enumeration
Bubblechart Style (flags).
[flags]
public enum BubbleChartStyles
Members
| ForceZero | Force zero (all axes include origin) |
| GridLines | Draw gridlines (all axes) |
| Clipped | Clip axes and all lines and markers at chart edge |
| Markers | Markers are drawn at data points |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| ValueTags | Value tags are written for data items |
| RadialScaling | Bubble charts scale using radius rather than area |
| ScaleBar | Bubble charts and altitude-shaded Contour plots add a nominal Z-Axis |
| Lines | Datapoints are connected with lines |
| Curves | Points are joined with smooth curves rather than straight lines |
| ModelFit | Compute and show regression line or surface |
| AnnotateModel | Annotate model with computed equation |
| Spanned | Matching column labels are merged |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
