ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / ChartTotals Property

In This Topic
    ChartTotals Property (C1FlexPivotChart)
    In This Topic
    Gets or sets whether the chart should include only totals.
    Syntax
    'Declaration
     
    Public Property ChartTotals As Boolean
    public bool ChartTotals {get; set;}
    Remarks

    This property allows you to create summary charts that include only the totals, as opposed to one series for each column in the data source.

    It is useful when creating views that have so many individual values that the default detailed chart becomes too crowded to be readable.

    See Also