[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Axis

Axis Class

The Axis element defines properties for labels, titles and gridlines along an axis.

Inheritance
Axis
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Axis : IValidateable

Constructors

Name Description
Axis()

Initializes a new instance of the Axis class.

Properties

Name Description
CrossAt

Gets or sets the value at which to cross the other axis.

DefaultOffset

Gets default value of offset.

EndCap

The end cap style to use for the axis.

Interlaced

Gets 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.

LabelsTextOrientation

Indicates the orientation of the labels text.

Location

Gets or sets axis location related to chart data.

LogScale

Gets or sets a value indicating whether the axis is logarithmic.

MajorGridLines

Gets or sets a value indicating how the major gridlines are displayed.

MajorInterval

Gets or sets the unit of measurement for major gridlines and tickmarks.

MajorTickMarks

Gets or sets the style of the major tick marks.

Margin

Gets 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.

Max

Gets or sets the maximum value for the axis.

Min

Gets or sets the minimum value for the axis.

MinorGridLines

Gets or sets a value indicating how the minor gridlines are displayed.

MinorInterval

Gets or sets the unit of measurement for minor gridlines and tickmarks.

MinorTickMarks

Gets or sets the style of minor tick marks.

Name

Gets or sets axis name.

Offset

Gets or sets axis offset from previous axis (or data in case of first axis).

ReferenceLine

Gets or sets reference line for axis.

Reverse

Gets or sets a Boolean value indicating whether the axis is plotted in reverse or normally. If set to true, the axis direction is reversed.

Scalar

Gets 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.

Style

Gets or sets text style properties for the axis labels and line style properties for the axis line.

Title

Gets or sets the title for the axis.

Visible

Gets or sets a value indicating whether the axis labels are displayed.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the Axis object.

Extension Methods