[]
        
(Showing Draft Content)

C1.WPF.Report.Chart.DataGroup

DataGroup Class

Represents a chart data group definition.

Inheritance
OwnedObject
DataGroup
Namespace: C1.WPF.Report.Chart
Assembly: C1.WPF.Report.dll
Syntax
public class DataGroup : ChartNamedObject

Constructors

Name Description
DataGroup()

Properties

Name Description
Field

Gets a FlexChartFieldBase containing this object.

FilterExpression

Gets or sets the expresion for filtering. After grouping by GroupExpression, data is filtered by FilterExpression.

FilterOutName

Gets or sets the name of a new group which combines all filtered out data. If empty, filtered out data is discarded.

GroupExpression

Gets or sets the expression for grouping.

Owner

Gets the DataGroupCollection collection containing this object.

Sort

Gets or sets the sort type of the data group.

SortExpression

Gets or sets the sorting expression. Applied after filtering.

Methods

Name Description
AssignFrom(object)

Assigns (copies) properties from another DataGroup to the current object.

CreateSame()

Creates instance of same class as this object.