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