ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class / PivotEngine Property

In This Topic
    PivotEngine Property (C1FlexPivotPanel)
    In This Topic
    Gets a reference to the C1.PivotEngine.C1PivotEngine that performs the FlexPivot analysis for this C1FlexPivotPanel.
    Syntax
    'Declaration
     
    Public ReadOnly Property PivotEngine As C1PivotEngine
    public C1PivotEngine PivotEngine {get;}
    See Also