[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis

IAxis Interface

Represents the axis information required for chart rendering.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IAxis

Properties

Name Description
CrossAt

Gets the value at which to cross the other axis.

EndCap

Gets the end cap style to use for the axis.

Interlaced

Gets 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

Gets the rotation angle of the axis labels text.

Location

Gets the location of the axis inside the plot area (Left or Right). Applicable only for value axes.

LogScale

Gets a value indicating whether the axis is logarithmic.

MajorGridStyle

Gets the style of the axis major grid lines.

MajorInterval

Gets the unit of measurement for major grid lines and tick marks.

MajorTickMarks

Gets the style of the major tick marks.

Margin

Gets 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 the maximum value for the axis.

Min

Gets the minimum value for the axis.

MinorGridStyle

Gets the style of the axis minor grid lines.

MinorInterval

Gets the unit of measurement for minor grid lines and tick marks.

MinorTickMarks

Gets the style of the minor tick marks.

Name

Gets the axis name.

Offset

Gets the offset of the axis relative to the previous axis (for multiple Y-axes cases).

ReferenceLine

Gets the axis's reference line.

Reverse

Gets a value indicating whether the axis is plotted in reverse or normally.

Scalar

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

ShowMajorGridLines

Gets a value indicating whether the major grid lines are visible.

ShowMinorGridLines

Gets a value indicating whether the minor grid lines are visible.

Style

Gets the axis style.

Title

Gets the style of the axis title.

Visible

Gets a value indicating whether the axis labels are displayed.

Extension Methods