MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / AxisLocation Enumeration

AxisLocation Enumeration
Specifies the axis location.
Syntax
'Declaration
 
Public Enum AxisLocation 
   Inherits System.Enum
 
Members
MemberDescription
LeftIndicates that the axis should be drawn on the left side of the chart area.
RightIndicates that the axis should be drawn on the right side of the chart area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.AxisLocation

See Also