Gets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts.

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

Syntax

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

See Also