|
Reference > Properties > BubbleChartStyle Property SharpPlot.BubbleChartStyle Property
Set Bubblechart style to any combination of flags.
public BubbleChartStyles BubbleChartStyle {get; set;}
Example
sp.BubbleChartStyle = BubbleChartStyles.Exploded;
Options
| AltitudeShading | Altitude shading is used with contour plots, bubble charts and response surfaces | | AnnotateModel | Annotate model with computed equation | | Clipped | Clip axes and all 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 | | ExplodeAxes | Axes are set back from the plotting area | | ForceZero | Force zero (all axes include origin) | | FrameAxes | Axes are completed to frame chart and all data is cropped | | GridLines | Draw gridlines (all axes) | | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | | Lines | Datapoints are connected with lines | | Logarithmic | All chart axes are drawn logarithmically | | Markers | Markers are drawn at data points | | ModelFit | Compute and show regression line or surface | | NoAxes | No axes are drawn on the chart | | OnTopModel | Modelfit is drawn ontop of data | | OverlayGrid | Gridlines are drawn ontop of data | | RadialScaling | Bubble charts scale using radius rather than area | | ScaleBar | Bubble charts and altitude-shaded Contour plots add a nominal Z-Axis | | Spanned | Matching column labels are merged | | ValueTags | Value tags are written for data items |
Send comments on this topic © Dyalog Ltd 2013
|