Gets or sets the thickness of the line in pixels.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(1)] [XmlAttributeAttribute] public int Thickness { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(1)> _ <XmlAttributeAttribute> _ Public Property Thickness As Integer Get Set |