ASP.NET Core 12.1.12
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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()
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved