[]
        
(Showing Draft Content)

C1.Win.C1Chart.BorderStyleEnum

BorderStyleEnum Enum

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.4.8.dll
Syntax
public enum BorderStyleEnum

Fields

Name Description
Dashed

Dashed line border.

Double

Double solid line border.

Empty

Empty Border.

Fillet

Compound border (raised+inset).

Groove

Compound border (inset+raised).

Inset

Inset 3D border, drawn using system colors.

InsetBevel

Inset 3D border with bevel.

None

No border.

NotSet

Border style is not set and is inherited from C1Chart class.

Opaque

Solid line border rendered without antialiasing. Opaque borders ignore rounding and are most useful for antialiased charts to be rendered as transparent images.

Raised

Raised 3D border, drawn using system colors.

RaisedBevel

Raised 3D border with bevel.

Solid

Solid line border.