ComponentOne FlexReport for WinForms
MixedStacking Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartBar Class : MixedStacking Property
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 System.Boolean
public System.bool MixedStacking {get; set;}
See Also

Reference

ChartBar Class
ChartBar Members