Class ChartInformation
Gets or sets the chart information for the query builder model.
Inheritance
System.Object
ChartInformation
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class ChartInformation : Object
Constructors
ChartInformation()
Declaration
public ChartInformation()
Properties
AggregationFields
Gets or sets the aggregation fields for the Chart Information in Query Builder model.
Declaration
public List<AggregationField> AggregationFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AggregationField> |
CategoryFields
Gets or sets the category fields for the Chart Information in Query Builder model.
Declaration
public List<string> CategoryFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
ChartPropertyFields
Gets or sets the chart property fields for the Chart Information in Query Builder model.
Declaration
public List<AggregationField> ChartPropertyFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AggregationField> |
ValueFields
Gets or sets the value fields for the Chart Information in Query Builder model.
Declaration
public List<string> ValueFields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Methods
Dispose()
Releases all resources used by the ChartInformation instance.
Declaration
public void Dispose()