Gets or sets the thickness of filled region outlines.

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

Syntax

C#
[DefaultValueAttribute(1)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[XmlAttributeAttribute]
public int OutlineThickness { get; set; }
Visual Basic
<DefaultValueAttribute(1)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<XmlAttributeAttribute> _
Public Property OutlineThickness As Integer
	Get
	Set

See Also