ActiveReports 8
IAxis Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : IAxis Interface

Glossary Item Box

The following tables list the members exposed by IAxis.

Public Properties

 NameDescription
 PropertyAngledLabelsGets a value indicating whether the axis labels should be angled.  
 PropertyCrossAtGets the value at which to cross the other axis.  
 PropertyEndCapSpecifies the end cap style to use for the axis.  
 PropertyInterlacedGets 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.  
 PropertyLogScaleGets a value indicating whether the axis is logarithmic.  
 PropertyMajorGridStyleGets style of axis major grid lines.  
 PropertyMajorIntervalGets the unit of measurement for major gridlines and tickmarks.  
 PropertyMajorTickMarksGets the style of the major tick marks.  
 PropertyMarginGets 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.  
 PropertyMaxGets the maximum value for the axis.  
 PropertyMinGets the minimum value for the axis.  
 PropertyMinorGridStyleGets style of axis minor grid lines.  
 PropertyMinorIntervalGets the unit of measurement for minor gridlines and tickmarks.  
 PropertyMinorTickMarksGets the style of minor tick marks.  
 PropertyReverseGets a value indicating whether the axis is plotted in reverse or normally. If set to true, the axis direction is reversed.  
 PropertyScalarGets 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.  
 PropertyShowMajorGridLinesSpecifies visibility of major grid lines.  
 PropertyShowMinorGridLinesSpecifies visibility of minor grid lines.  
 PropertyStyleGets axis style.  
 PropertyTitleGets style of axis title.  
 PropertyVisibleGets a value indicating whether the axis labels are displayed.  
Top

See Also