SharpPlot Reference > SharpPlot 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

AltitudeShadingAltitude shading is used with contour plots, bubble charts and response surfaces
AnnotateModelAnnotate model with computed equation
ClippedClip axes and all lines and markers at chart edge
ContoursDraw contour lines across data points
CroppedAxesCrops all chart elements at the axis boundary
CurvesPoints are joined with smooth curves rather than straight lines
ExplodeAxesAxes are set back from the plotting area
ForceZeroForce zero (all axes include origin)
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
HaloMarkersHalo all markers
LinesDatapoints are connected with lines
LogarithmicAll chart axes are drawn logarithmically
ModelFitCompute and show regression line or surface
NoAxesNo axes are drawn on the chart
NoMarkersDo not draw markers at data points
OnTopModelModelfit is drawn ontop of data
OverlayGridGridlines are drawn ontop of data
RadialScalingBubble charts scale using radius rather than area
ScaleBarAtlitude-shaded bubble chart adds a nominal Z-Axis
ValueTagsValue tags are written for data items

Send comments on this topic
© Dyalog Ltd 2021