#PlotOptionsLine
##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 | ConnectEnds | Polar charts only. Whether to connect the ends of a line series plot across the extremes. Default: true | null |
| Nullable | ConnectNulls | Whether to connect a graph line across null points. Default: false | 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 |
| PlotOptionsLineDataLabels | DataLabels | 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 |
| PlotOptionsLineEvents | 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 | Pixel with of the graph line. Default: 2 | 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 |
| PlotOptionsLineMarker | Marker | null | |
| Nullable | NegativeColor | The color for the parts of the graph or points that are below the threshold. Default: null | null |
| PlotOptionsLinePoint | 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 | 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 |
| 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 |
| Nullable | Stacking | Whether to stack the values of each series on top of each other. Possible values are null to disable, 'normal' to stack by value or 'percent'. | null |
| PlotOptionsLineStates | States | A wrapper object for all the series options in specific states. | null |
| String | Step | Whether to apply steps to the line. Possible values are left, center and right. Prior to 2.3.5, only left was supported. Default: false |
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 |
| 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 |
| PlotOptionsLineTooltip | 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 |
##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.
