FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot.Internal Namespace / C1CubeField Class / C1CubeField Constructor / C1CubeField Constructor(C1FlexPivotEngine,String,DimensionType,Boolean)

In This Topic
    C1CubeField Constructor(C1FlexPivotEngine,String,DimensionType,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fp As C1FlexPivotEngine, _
       ByVal caption As String, _
       ByVal dimensionType As DimensionType, _
       ByVal drag As Boolean _
    )
    public C1CubeField( 
       C1FlexPivotEngine fp,
       string caption,
       DimensionType dimensionType,
       bool drag
    )

    Parameters

    fp
    caption
    dimensionType
    drag
    See Also