#Credits
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Enabled | Whether to show the credits text. Default: true | null |
| String | Href | The URL for the credits label. Default: http://www.highcharts.com | null |
| Position | Position | Position configuration for the credtis label. Supported properties are align, verticalAlign, x and y. Defaults to <pre>position: { align: 'right', x: -10, verticalAlign: 'bottom', y: -5}</pre> |
null |
| String | Style | CSS styles for the credits label. Defaults to:<pre>itemStyle: { cursor: 'pointer', color: '#909090', fontSize: '10px'}</pre> | null |
| String | Text | The text for the credits label. Default: Highcharts.com | 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.
