BarChart for ASP.NET WebForms
ChartAxisAlignment Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartAxisAlignment Enumeration
Use the members of this enumeration to set the value of the ChartAxis.Alignment property.
Syntax
'Declaration
 
Public Enum ChartAxisAlignment 
   Inherits System.Enum
public enum ChartAxisAlignment : System.Enum 
Members
MemberDescription
CenterSetting the alignment to Center centers the axis title in comparison to the chart area.
FarSetting the alignment to Far places the axis title to the right side of the chart area.
NearSetting the alignment to Near places the axis title to the left side of the chart area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartAxisAlignment

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace