Gets or sets the outline width of the data point symbol.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(1)] [XmlAttributeAttribute] public int OutlineWidth { get; set; } |
| Visual Basic |
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(1)> _ <XmlAttributeAttribute> _ Public Property OutlineWidth As Integer Get Set |
Remarks
OutlineWidth should not exceed symbol size. If the outline width is greater than the symbol size,
the symbol size is used as the outline width when drawing the symbol.