[]
Gets or sets whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.
public bool MixedStacking { get; set; }
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.