Gets or sets whether the chart should stack the data (for appropriate chart types).

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public bool Stacked { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property Stacked As Boolean
	Get
	Set

See Also