Gets or sets the border thickness.

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

Syntax

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

Remarks

Some BorderStyles have a fixed thickness. In these cases the Thickness property has no effect.

See Also