Gets or sets column width.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(80f)]
[XmlAttributeAttribute]
public float ColumnWidth { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(80F)> _
<XmlAttributeAttribute> _
Public Property ColumnWidth As Single
	Get
	Set

Remarks

Width is measured as a percentage of the total amount of space available.

See Also