#SeparatorBarChartDataGeneratorBase

##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. inherited from concrete class
Boolean IsMultiSeries Determines whether the data for this chart has multiple series of data contained within it. inherited from concrete class
ArrayList Labels Gets a list of chart labels that were loaded from the source data during extraction. inherited from concrete class

##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() Represents a method that creates the list of Izenda.AdHoc.ChartItem objects to populate the chart with.


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