#FunnelChartDataGenerator

##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
String[] Labels Gets a list of chart labels that were loaded from the source data during extraction. null
Double[] Values Gets the System.Double array of data points that correspond to the labels that were loaded from the source data during extraction. null

##Methods

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

Returns:

The collection of Izenda.AdHoc.ChartItem objects that represent the charting controls for the AdHocReportDesigner for trend 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 using a column named Label as its Y axis values and a column named Value as its X axis values.

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.