ActiveReports 12
AxisLocation Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : AxisLocation Enumeration
The axis location.
Syntax
'Declaration
 
Public Enum AxisLocation 
   Inherits System.Enum
public enum AxisLocation : System.Enum 
Members
MemberDescription
LeftIndicates that the axis should be drawn on the left side of chart area.
RightIndicates that the axis should be drawn on the right side of chart area.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace