#PlotOptions
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| PlotOptionsArea | Area | null | |
| PlotOptionsArearange | Arearange | The area range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js. |
null |
| PlotOptionsAreaspline | Areaspline | null | |
| PlotOptionsAreasplinerange | Areasplinerange | The area spline range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js. |
null |
| PlotOptionsBar | Bar | null | |
| PlotOptionsBoxplot | Boxplot | A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum). | null |
| PlotOptionsBubble | Bubble | A bubble series is a three dimensional series type where each point renders an X, Y and Z value. Each points is drawn as a bubble where the position along the X and Y axes mark the X and Y values, and the size of the bubble relates to the Z value. | null |
| PlotOptionsColumn | Column | null | |
| PlotOptionsColumnrange | Columnrange | The column range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js. To display horizontal bars, set chart.inverted to true. |
null |
| PlotOptionsErrorbar | Errorbar | Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement. | null |
| PlotOptionsFunnel | Funnel | Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients. It requires that the modules/funnel.js file is loaded. |
null |
| PlotOptionsGauge | Gauge | General plotting options for the gauge series type. Requires highcharts-more.js
|
null |
| PlotOptionsLine | Line | null | |
| PlotOptionsPie | Pie | null | |
| PlotOptionsScatter | Scatter | null | |
| PlotOptionsSeries | Series | <p>General options for all series types.</p> | null |
| PlotOptionsSpline | Spline | null | |
| PlotOptionsWaterfall | Waterfall | Options for the waterfall series type. | 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.
