FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ReportOptions Class / IncludeChart Property

In This Topic
    IncludeChart Property (ReportOptions)
    In This Topic
    Gets or sets a value that determines whether the FlexPivot chart should be included in the report.
    Syntax
    'Declaration
     
    Public Property IncludeChart As Boolean
    public bool IncludeChart {get; set;}
    See Also