ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / FlexPivotChart Property

In This Topic
    FlexPivotChart Property (C1FlexPivotPrintDocument)
    In This Topic
    Gets or sets the C1FlexPivotChart that shows the FlexPivot chart in the report.
    Syntax
    'Declaration
     
    Public Property FlexPivotChart As IFlexPivotChart
    public IFlexPivotChart FlexPivotChart {get; set;}
    See Also