[]
        
(Showing Draft Content)

C1.Win.C1Chart.Bar.MixedStacking

MixedStacking Property

MixedStacking

Gets or sets whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.

Declaration
public bool MixedStacking { get; set; }
Public Property MixedStacking As Boolean
Remarks

If True, postive values are stacked above the origin and negative values are stacked below the origin. If False, then the values are stacked by simple addition of values in series order.