FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartData Class / IsForEachRecord Property

In This Topic
    IsForEachRecord Property (ChartData)
    In This Topic
    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 Boolean
    public bool IsForEachRecord {get; set;}
    See Also