ComponentOne FlexReport for WinForms
IsForEachRecord Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartData Class : IsForEachRecord Property
Gets or sets a value indicating whether the data is selected by each record. By default, the data is grouped by CategoryGroups. If this is true, the data is not grouped and the first category group provides labels in X-Axis.
Syntax
'Declaration
 
Public Property IsForEachRecord As System.Boolean
public System.bool IsForEachRecord {get; set;}
See Also

Reference

ChartData Class
ChartData Members