MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis.AxisLocation Enumeration

Axis.AxisLocation Enumeration
The axis location related to chart data.
Syntax
'Declaration
 
Public Enum Axis.AxisLocation 
   Inherits System.Enum
 
Members
MemberDescription
LeftSpecifies that the chart axis should be drawn to the left of the chart area.
RightSpecifies that the chart axis should be drawn to the right of the chart area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.Axis.AxisLocation

See Also