ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class
Properties Methods

In This Topic
    Axis Class Members
    In This Topic

    The following tables list the members exposed by Axis.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Axis class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the value at which to cross the other axis.  
    Public PropertyGets default value of offset.  
    Public PropertyThe end cap style to use for the axis.  
    Public PropertyGets or sets a value indicating whether strip lines are drawn for every second grid line interval for the axis. If grid lines are not used for the axis then the axis' tick marks or labels are used to determine the interlaced strip lines interval.  
    Public PropertyIndicates the orientation of the labels text.  
    Public PropertyGets or sets axis location related to chart data.  
    Public PropertyGets or sets a value indicating whether the axis is logarithmic.  
    Public PropertyGets or sets a value indicating how the major gridlines are displayed.  
    Public PropertyGets or sets the unit of measurement for major gridlines and tickmarks.  
    Public PropertyGets or sets the style of the major tick marks.  
    Public PropertyGets or sets a value indicating whether an axis margin is created. The size of the margin is automatically generated based on the scale and the number of data points.  
    Public PropertyGets or sets the maximum value for the axis.  
    Public PropertyGets or sets the minimum value for the axis.  
    Public PropertyGets or sets a value indicating how the minor gridlines are displayed.  
    Public PropertyGets or sets the unit of measurement for minor gridlines and tickmarks.  
    Public PropertyGets or sets the style of minor tick marks.  
    Public PropertyGets or sets axis name.  
    Public PropertyGets or sets axis offset from previous axis (or data in case of first axis).  
    Public PropertyGets or sets reference line for axis.  
    Public PropertyGets or sets a Boolean value indicating whether the axis is plotted in reverse or normally. If set to true, the axis direction is reversed.  
    Public PropertyGets or sets a value indicating whether the values along the axis are scalar values (i.e. numeric or date) which are displayed on the chart in a continuous flow with missing numbers or dates filled in.  
    Public PropertyGets or sets text style properties for the axis labels and line style properties for the axis line.  
    Public PropertyGets or sets the title for the axis.  
    Public PropertyGets or sets a value indicating whether the axis labels are displayed.  
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the Axis object.  
    Top
    See Also