ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DSymbolStyle Class / OutlineWidth Property

In This Topic
    OutlineWidth Property
    In This Topic
    Gets or sets the outline width of the data point symbol.
    Syntax
    'Declaration
     
    Public Property OutlineWidth As System.Integer
    public System.int OutlineWidth {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.
    See Also