Gets or sets the outline width of the data point symbol.

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

Syntax

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

See Also