[]
Represents a chart data group definition.
public class DataGroup : ChartNamedObject
Name | Description |
---|---|
DataGroup() |
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. |
Name | Description |
---|---|
AssignFrom(object) | Assigns (copies) properties from another DataGroup to the current object. |
CreateSame() | Creates instance of same class as this object. |