#RadialGaugeDrawer
##Properties
None.
##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.
###GetGauge(System.Double,System.Double,System.Double,System.String,System.Double,System.Boolean,Izenda.AdHoc.FieldHighlightInfo,out System.String,System.Collections.Hashtable) Returns a System.Drawing.Image representation of the gauge created using the specified parameters.
Parameters:
- System.Double value - The field value that is being rendered.
- System.Double min - The minimum value to display on the gauge.
- System.Double max - The maximum value to display on the gauge.
- System.String gaugeStyle - The System.String representation of the style of gauge being rendered.
- System.Double summValues - The total sum of all values in the same column being used as the gauge value.
- System.Boolean useCurrencyFormat - Determines whether or not to format the gauge value as currency.
- Izenda.AdHoc.FieldHighlightInfo color - The Izenda.AdHoc.FieldHighlightInfo color to use as the color of the gauge.
- out System.String additionalAttrs - Any CSS attributes that should be used on the control containing the gauge.
- System.Collections.Hashtable chartProperties - A lookup table of additional properties that the gauge needs to render.
Returns:
The System.Drawing.Image generated from the input values.
###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.
