[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartBar.MixedStacking

MixedStacking Property

MixedStacking

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.

Declaration
public bool MixedStacking { get; set; }