Use the members of this enumeration to set the value of
the BorderStyle property in
the Border class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum BorderStyleEnum |
Visual Basic |
---|
Public Enumeration BorderStyleEnum |
Members
Member name | Value | Description | |
---|---|---|---|
NotSet | 0 | Border style is not set and is inherited from C1Chart class. | |
None | 1 | No border. | |
Empty | 2 | Empty Border. | |
Solid | 3 | Solid line border. | |
Raised | 4 | Raised 3D border, drawn using system colors. | |
Inset | 5 | Inset 3D border, drawn using system colors. | |
RaisedBevel | 6 | Raised 3D border with bevel. | |
InsetBevel | 7 | Inset 3D border with bevel. | |
Groove | 8 | Compound border (inset+raised). | |
Fillet | 9 | Compound border (raised+inset). | |
Double | 10 | Double solid line border. | |
Dashed | 11 | Dashed line border. | |
Opaque | 12 | Solid line border rendered without antialiasing. Opaque borders ignore rounding and are most useful for antialiased charts to be rendered as transparent images. |