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

In This Topic
    IncludeChart Property (PivotReportOptions)
    In This Topic
    Gets or sets a value indicating whether the chart will be included in the document.
    Syntax
    'Declaration
     
    Public Property IncludeChart As Boolean
    public bool IncludeChart {get; set;}
    See Also