A helper class to build Corda PopChart charts from Endeca data.
It builds the Corda PCXML string that can be used to create the chart.
| C# | Visual Basic | Visual C++ |
public class CordaChartBuilder
Public Class CordaChartBuilder
public ref class CordaChartBuilder
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CordaChartBuilderCordaChartBuilderNew(String, Grid) |
Constructs a new CordaChartBuilder with the given name and data.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PCXML |
Returns the PCXML for the chart.
| |
| SetDrilldown(Drilldown, HttpRequest) |
Enables drilldown for this chart.
| |
| ToString()() | (Inherited from Object.) |
| Object | |
| CordaChartBuilder | |