GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : IAxis Interface |
The following tables list the members exposed by IAxis.
Name | Description | |
---|---|---|
AngledLabels | Gets a value indicating whether the axis labels should be angled. | |
CrossAt | Gets the value at which to cross the other axis. | |
EndCap | Specifies 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. | |
LogScale | Gets a value indicating whether the axis is logarithmic. | |
MajorGridStyle | Gets style of axis major grid lines. | |
MajorInterval | Gets the unit of measurement for major gridlines and tickmarks. | |
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 style of axis minor grid lines. | |
MinorInterval | Gets the unit of measurement for minor gridlines and tickmarks. | |
MinorTickMarks | Gets the style of minor tick marks. | |
Reverse | Gets a value indicating whether the axis is plotted in reverse or normally. If set to true, the axis direction is reversed. | |
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 | Specifies visibility of major grid lines. | |
ShowMinorGridLines | Specifies visibility of minor grid lines. | |
Style | Gets axis style. | |
Title | Gets style of axis title. | |
Visible | Gets a value indicating whether the axis labels are displayed. |