'Declaration Public Class C1FlexPivotPanel Inherits C1BasePanel
public class C1FlexPivotPanel : C1BasePanel
'Declaration Public Class C1FlexPivotPanel Inherits C1BasePanel
public class C1FlexPivotPanel : C1BasePanel
Olap pivot tables group data into one or more dimensions. The dimensions are represented by rows and columns on a grid, and the data is stored in the grid cells.
Use the C1FlexPivotPanel.DataSource property to set the source table, then use the C1FlexPivotPanel.FlexPivotTable property to get the output table.
If you use a C1FlexPivotGrid to show the output data, then set the grid's C1FlexPivotGrid.DataSource property to the appropriate C1FlexPivotPanel.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
C1.Win.FlexPivot.C1BasePanel
C1.Win.FlexPivot.C1FlexPivotPanel