FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroup Class
Properties Methods Events


In This Topic
    ChartDataGroup Class Members
    In This Topic

    The following tables list the members exposed by ChartDataGroup.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the expresion for filtering. After grouping by GroupExpression, data is filtered by FilterExpression.  
    Public PropertyGets or sets the name of a new group which combines all filtered out data. If empty, filtered out data is discarded.  
    Public PropertyGets or sets the expression for grouping.  
    Public PropertyGets or sets the expression for label. If empty, the label is specfied by GroupExpression.  
    Public PropertyGets or set the name of the data group. The name should be unique within the data groups collection.  
    Public PropertyGets or sets the sorting expression. Applied after filtering.  
    Public PropertyGets or sets the sort type of the data group.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a string that represents this data group.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also