#BarChartDataGenerator

##Properties

Datatype Property name Property description Default Value
Boolean ContainsSeparator Determines whether the chart data contains a set of values that acts as a separator for creating multi-line/bar/pie/funnel charts. False
Boolean IsMultiSeries Determines whether the data for this chart has multiple series of data contained within it. null
ArrayList Labels Gets a list of chart labels that were loaded from the source data during extraction. null

##Methods

###BarDataArray(System.String) Gets the Izenda.AdHoc.BarData array associated with the specified series name from the data that was loaded from the source during extraction.

Parameters:

Returns:

The Izenda.AdHoc.BarData array of data points that belong to the series.


###ContainsColumn(System.String) Determines whether the set of Izenda.AdHoc.BarData associated with this chart data contains a series with the specified name.

Parameters:

Returns:

Whether the collection of bars on the chart contains a series with the specified name.


###CreateChartItems() Creates a Izenda.AdHoc.ChartItemCollection of controls that appear on the Chart tab of the AdHocReportDesigner when the bar option is selected.

Returns:

The collection of Izenda.AdHoc.ChartItem objects that represent the charting controls for the AdHocReportDesigner for bar charts.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###ExctractData(System.Data.DataTable) Loads the data the chart will use from the specified System.Data.DataTable that includes a single series of data based on a Separator column.

Parameters:


###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.


###PrepareField(Izenda.AdHoc.Field) Represents a method that processes the input Izenda.AdHoc.Field for use in the chart. This method runs when the report loads and formats its data.

Parameters:


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.