ComponentOne FlexReport for WinForms
ChartBorderStyle Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartBorderStyle Enumeration
Specifies the style of the border.
Syntax
'Declaration
 
Public Enum ChartBorderStyle 
   Inherits System.Enum
public enum ChartBorderStyle : System.Enum 
Members
MemberDescription
DashedDashed line border.
DoubleDouble solid line border.
EmptyEmpty Border.
FilletCompound border (raised+inset).
GrooveCompound border (inset+raised).
InsetInset 3D border, drawn using system colors.
InsetBevelInset 3D border with bevel.
NoneNo border.
NotSetBorder style is not set and is inherited from the Chart field.
OpaqueSolid line border rendered without antialiasing. Opaque borders ignore rounding and are most useful for antialiased charts to be rendered as transparent images.
RaisedRaised 3D border, drawn using system colors.
RaisedBevelRaised 3D border with bevel.
SolidSolid line border.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartBorderStyle

See Also

Reference

C1.Win.FlexReport.Chart Namespace