[]
Gets or sets the line thickness, in twips.
[C1Description("ChartLineStyle.Thickness", "The line thickness, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Thickness { get; set; }
<C1Description("ChartLineStyle.Thickness", "The line thickness, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Thickness As Double