#PlotOptionsErrorbar
##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 |
| Nullable | Color | The main color of the bars. This can be overridden by stemColor and whiskerColor individually. Default: #000000 | null |
| Nullable | ColorByPoint | When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point. Default: false |
null |
| Color[] | Colors | A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true. | 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 | 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 |
| PlotOptionsErrorbarEvents | 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 surrounding the box. If any of stemWidth, medianWidth or whiskerWidth are null, the lineWidth also applies to these lines. Default: 1 |
null |
| String | LinkedTo | The parent series of the error bar. The default value links it to the previous series. Otherwise, use the id of the parent series. Default: :previous | null |
| Nullable | NegativeColor | The color for the parts of the graph or points that are below the threshold. Default: null | null |
| PlotOptionsErrorbarPoint | 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 |
| Nullable | PointPadding | Padding between each column or bar, in x axis units. Default: 0.1 | null |
| Nullable | PointPlacement | <p>Possible values: null, 'on', 'between'.</p><p>In a column chart, when pointPlacement is 'on', the point will not create any padding of the X axis. In a polar column chart this means that the first column points directly north. If the pointPlacement is 'between', the columns will be laid out between ticks. This is useful for example for visualising an amount between two points in time or in a certain sector of a polar chart.</p><p>Defaults to null in cartesian charts, 'between' in polar charts.</p> |
null |
| Nullable | PointRange | The X axis range that each point is valid for. This determines the width of the column. On a categorized axis, the range will be 1 by default (one category unit). On linear and datetime axes, the range will be computed as the distance between the two closest data points. | 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 | PointWidth | A pixel value specifying a fixed width for each column or bar. When null, the width is calculated from the pointPadding and groupPadding. |
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 |
| PlotOptionsErrorbarStates | States | A wrapper object for all the series options in specific states. | null |
| Nullable | StemColor | The color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used. Default: null |
null |
| Nullable | StemDashStyle | The dash style of the stem, the vertical line extending from the box to the whiskers. Default: Solid | null |
| Nullable | StemWidth | The width of the stem, the vertical line extending from the box to the whiskers. If null, the width is inherited from the lineWidth option. Default: null |
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: true |
null |
| PlotOptionsErrorbarTooltip | 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 | WhiskerColor | The color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used. Default: null |
null |
| PercentageOrPixel | WhiskerLength | The length of the whiskers, the horizontal lines marking low and high values. It can be a numerical pixel value, or a percentage value of the box width. Set 0 to disable whiskers. Default: 50% |
null |
| Nullable | WhiskerWidth | The line width of the whiskers, the horizontal lines marking low and high values. When null, the general lineWidth applies. Default: null |
null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
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.
