Gets or sets whether figures drawn should be outlined in the PlotArea ForeColor.

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

Syntax

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

Remarks

Such figures include Bars, Pies, Areas, etc.

See Also