FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartBar Class / MixedStacking Property

In This Topic
    MixedStacking Property (ChartBar)
    In This Topic
    Gets or sets a value indicating whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.

    If True, postive values are stacked above the origin and negative values are stacked below the origin.

    If False, values are stacked by simple addition of values in series order.

    Syntax
    'Declaration
     
    Public Property MixedStacking As Boolean
    public bool MixedStacking {get; set;}
    See Also