#PlotOptionsBubble

##Properties

Datatype Property name Property description Default Value
Nullable AllowPointSelect Allow this series' points to be selected by clicking on the markers, bars or pie slices. Default: false null
Animation Animation <p>Enable or disable the initial animation when a series is displayed. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation of the series itself. For other animations, see chart.animation and the animation parameter under the API methods.The following properties are supported:</p><dl><dt>duration</dt><dd>The duration of the animation in milliseconds.</dd><dt>easing</dt><dd>When using jQuery as the general framework, the easing can be set to linear orswing. More easing functions are available with the use of jQuery plug-ins, most notablythe jQuery UI suite. See the jQuery docs. When using MooTools as the general framework, use the property name transition instead of easing.</dd></dl><p>Due to poor performance, animation is disabled in old IE browsers for column charts and polar charts.</p> Default: true null
Nullable Color The main color or the series. In line type series it applies to the line and the point markers unless otherwise specified. In bar type series it applies to the bars unless a color is specified per point. The default value is pulled from the options.colors array. null
Nullable CropThreshold When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom. The advantage of drawing all points (including markers and columns), is that animation is performed on updates. On the other hand, when the series contains more points than the crop threshold, the series data is cropped to only contain points that fall within the plot area. The advantage of cropping away invisible points is to increase performance on large series. . Default: 300 null
Nullable Cursor You can set the cursor to 'pointer' if you have click events attached to the series, to signal to the user that the points and lines can be clicked. null
Nullable DashStyle A name for the dash style to use for the graph. Applies only to series type having a graph, like line, spline, area and scatter in case it has a lineWidth. The value for the dashStyle include: <ul><li>Solid</li><li>ShortDash</li><li>ShortDot</li><li>ShortDashDot</li><li>ShortDashDotDot</li><li>Dot</li><li>Dash</li><li>LongDash</li><li>DashDot</li><li>LongDashDot</li><li>LongDashDotDot</li></ul>. null
PlotOptionsBubbleDataLabels DataLabels   null
Nullable DisplayNegative Whether to display negative sized bubbles. The threshold is given by the zThreshold option, and negative bubbles can be visualized by setting negativeColor. Default: true null
Nullable EnableMouseTracking Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. For large datasets it improves performance. Default: true null
PlotOptionsBubbleEvents Events   null
String Id An id for the series. This can be used after render time to get a pointer to the series object through chart.get(). null
Nullable LineWidth The width of the line connecting the data points. Default: 0 null
String LinkedTo The id of another series to link to. Additionally, the value can be ':previous' to link to the previous series. When two series are linked, only the first one appears in the legend. Toggling the visibility of this also toggles the linked series. null
PlotOptionsBubbleMarker Marker   null
Nullable NegativeColor When a point's Z value is below the zThreshold setting, this color is used. Default: null null
PlotOptionsBubblePoint Point Properties for each single point null
Nullable PointInterval <p>If no x values are given for the points in a series, pointInterval defines the interval of the x values. For example, if a series contains one value every decade starting from year 0, set pointInterval to 10.</p>. Default: 1 null
PointStart PointStart If no x values are given for the points in a series, pointStart defines on what value to start. For example, if a series contains one yearly value starting from 1945, set pointStart to 1945. Default: 0 null
Nullable Selected Whether to select the series initially. If showCheckbox is true, the checkbox next to the series name will be checked for a selected series. Default: false null
Nullable Shadow Whether to apply a drop shadow to the graph line. Since 2.3 the shadow can be an object configuration containing color, offsetX, offsetY, opacity and width. Default: false null
Nullable ShowCheckbox If true, a checkbox is displayed next to the legend item to allow selecting the series. The state of the checkbox is determined by the selected option. Default: false null
Nullable ShowInLegend Whether to display this particular series or series type in the legend. Default: true null
PlotOptionsBubbleStates States A wrapper object for all the series options in specific states. null
Nullable StickyTracking Sticky tracking of mouse events. When true, the mouseOut event on a series isn't triggered until the mouse moves over another series, or out of the plot area. When false, the mouseOut event on a series is triggered when the mouse leaves the area around the series' graph or markers. This also implies the tooltip. When stickyTracking is false and tooltip.shared is false, the tooltip will be hidden when moving the mouse between series. Default: false null
Nullable Threshold The threshold, also called zero level or base level. For line type series this is only used in conjunction with negativeColor. Default: 0 null
PlotOptionsBubbleTooltip Tooltip A configuration object for the tooltip rendering of each single series. Properties are inherited from tooltip, but only the following properties can be defined on a series level. null
Nullable TurboThreshold When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed. Also, only the first point is tested, and the rest are assumed to be the same format. This saves expensive data checking and indexing in long series. Default: 1000 null
Nullable Visible Set the initial visibility of the series. Default: true null
Nullable ZIndex Define the z index of the series. null
Nullable ZThreshold When displayNegative is false, bubbles with lower Z values are skipped. When displayNegative is true and a negativeColor is given, points with lower Z is colored. Default: 0 null

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.