#YAxisPlotLines
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Color | The color of the line. | null |
| Nullable | DashStyle | The dashing or dot style for the plot line. For possible values see this overview. Default: Solid | null |
| Object | Events | An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove. |
null |
| String | Id | An id used for identifying the plot line in Axis.removePlotLine. | null |
| YAxisPlotLinesLabel | Label | Text labels for the plot bands | null |
| Nullable | Value | The position of the line in axis units. | null |
| Nullable | Width | The width or thickness of the plot line. | null |
| Nullable | ZIndex | The z index of the plot line within the chart. | 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.
