#BarData
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | BarName | Gets or sets the name used to identify and label the bar. | String.Empty |
| Int32 | DayOfWeekValue | Gets the numerical representation of the day of the week that the bar's name corresponds to, if any. | 0 |
| Single | DigitalName | Gets the numeric representation of the name of the bar. An exception is thrown if the name cannot be cast to a number. | null |
| Boolean | IsDayOfWeek | Determines whether the name of the bar corresponds with the nam eof any of the seven days of the week based on the current culture information. | False |
| Boolean | IsDigita | Determines whether the name of the bar consists only of digits and can be treated as a number. | False |
| Boolean | IsMonthName | Determines whether the name of the bar corresponds with the name of any of the twelve months based on the current culture information. | False |
| Int32 | MonthValue | Gets the numeric representation of the month that the bar's name corresponds to, if any. | 0 |
| Double[] | Values | Gets or sets the System.Double array of data values that will be displayed for the bar. Multiple values can render as side-by-side bars or stacked bars depending on chart options. | [] |
##Methods
###CompareTo(System.Object) Compares bar chart label values to determine the sort order for different bar charts.
Parameters:
- System.Object obj - The input Izenda.AdHoc.BarData object to compare this instance of Izenda.AdHoc.BarData to.
Returns:
A System.Int32 indicating whether the input label value is less than, equal to, or greater than the source label value.
###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.
