Use the members of this enumeration to set the value of the BorderStyle property in the Border class.

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

Syntax

C#
public enum BorderStyleEnum
Visual Basic
Public Enumeration BorderStyleEnum

Members

Member nameValueDescription
NotSet0 Border style is not set and is inherited from C1Chart class.
None1 No border.
Empty2 Empty Border.
Solid3 Solid line border.
Raised4 Raised 3D border, drawn using system colors.
Inset5 Inset 3D border, drawn using system colors.
RaisedBevel6 Raised 3D border with bevel.
InsetBevel7 Inset 3D border with bevel.
Groove8 Compound border (inset+raised).
Fillet9 Compound border (raised+inset).
Double10 Double solid line border.
Dashed11 Dashed line border.
Opaque12 Solid line border rendered without antialiasing. Opaque borders ignore rounding and are most useful for antialiased charts to be rendered as transparent images.

See Also