Gets or sets the line thickness of the axis in pixels.

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

Syntax

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

See Also