ComponentOne FlexReport for WinForms
ChartAlignHorz Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAlignHorz Enumeration
Specifies the horizontal alignment of a chart element.
Syntax
'Declaration
 
Public Enum ChartAlignHorz 
   Inherits System.Enum
public enum ChartAlignHorz : System.Enum 
Members
MemberDescription
CenterAligns text to the center.
FarAligns cell text to the far side (right side in left-to-right mode).
GeneralSets text to be left-aligned and numbers to be right-aligned.
JustifySpreads text throughout.
NearAligns text to the near side (left side in left-to-right mode).
Inheritance Hierarchy

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

See Also

Reference

C1.Win.FlexReport.Chart Namespace