#PlotOptionsGaugeDial
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| BackColorOrGradient | BackgroundColor | The background or fill color of the gauge's dial. Default: black | null |
| String | BaseLength | The length of the dial's base part, relative to the total radius or length of the dial. Default: 70% | null |
| Nullable | BaseWidth | The pixel width of the base of the gauge dial. The base is the part closest to the pivot, defined by baseLength. Default: 3 | null |
| Nullable | BorderColor | The border color or stroke of the gauge's dial. By default, the borderWidth is 0, so this must be set in addition to a custom border color. Default: silver | null |
| Nullable | BorderWidth | The width of the gauge dial border in pixels. Default: 0 | null |
| String | Radius | The radius or length of the dial, in percentages relative to the radius of the gauge itself. Default: 80% | null |
| String | RearLength | The length of the dial's rear end, the part that extends out on the other side of the pivot. Relative to the dial's length. Default: 10% | null |
| Nullable | TopWidth | The width of the top of the dial, closest to the perimeter. The pivot narrows in from the base to the top. Default: 1 | 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.
