Use the members of this enumeration to set the value of the Border.BorderStyle property in the Border class.
[Visual Basic]
Public Enum C1.Win.C1Chart.BorderStyleEnum
[C#]
public enum C1.Win.C1Chart.BorderStyleEnum
[Delphi]
type C1.Win.C1Chart.BorderStyleEnum = (Dashed, Double, Empty, Fillet, Groove, Inset, InsetBevel, None, NotSet, Raised, RaisedBevel, Solid);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member 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. |
Raised |
Raised 3D border, drawn using system colors. |
RaisedBevel |
Raised 3D border with bevel. |
Solid |
Solid line border. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |