SpreadsheetGear 2017
IAxis Interface Members
Properties 

SpreadsheetGear.Charts Namespace : IAxis Interface

The following tables list the members exposed by IAxis.

Public Properties
 NameDescription
 PropertyGets or sets the property which specifies whether the value axis crosses between categories on the category axis.  
 PropertyReturns the axis group that this axis belongs to.  
 PropertyReturns an instance of IAxisTitle which represents the title of this axis, or null if HasTitle is false.  
 PropertyGets or sets the property which specifies the base time unit for a category axis with a time-scale.  
 PropertyGets or sets the property which specifies whether the base unit is automatically set based on the category axis data.  
 PropertyGets or sets the property which specifies the scale type on a category axis.  
 PropertyGets or sets the property which specifies where the other axis crosses this axis.  
 PropertyGets or sets the property which specifies a custom value where the other axis crosses this axis.  
 PropertyReturns an instance of IChartFormat which represents the formatting options of this axis.  
 PropertyGets or sets the property which specifies whether an axis has major gridlines.  
 PropertyGets or sets the property which specifies whether an axis has minor gridlines.  
 PropertyGets or sets the property which specifies whether an axis has a title.  
 PropertyGets or sets the property which specifies the log base for a value axis with a logarithmic scale.  
 PropertyReturns an instance of IGridlines which represents the major gridlines of this axis, or null if HasMajorGridlines is false.  
 PropertyGets or sets the property which specifies the type of major tick marks on an axis.  
 PropertyGets or sets the property which specifies the major unit of an axis.  
 PropertyGets or sets the property which specifies whether the major unit is automatically determined on an axis.  
 PropertyGets or sets the property which specifies the major time unit for a category axis with a time-scale.  
 PropertyGets or sets the property which specifies the maximum scale value of an axis.  
 PropertyGets or sets the property which specifies whether the maximum scale value is automatically determined on an axis.  
 PropertyGets or sets the property which specifies the minimum scale value of an axis.  
 PropertyGets or sets the property which specifies whether the minimum scale value is automatically determined on an axis.  
 PropertyReturns an instance of IGridlines which represents the minor gridlines of this axis, or null if HasMinorGridlines is false.  
 PropertyGets or sets the property which specifies the type of minor tick marks on an axis.  
 PropertyGets or sets the property which specifies the minor unit of an axis.  
 PropertyGets or sets the property which specifies whether the minor unit is automatically determined on an axis.  
 PropertyGets or sets the property which specifies the minor time unit for a category axis with a time-scale.  
 PropertyGets or sets the property which specifies whether the axis scale values are in reverse order.  
 PropertyGets or sets the property which specifies the scale type on a value axis.  
 PropertyGets or sets the property which specifies the tick label position on an axis.  
 PropertyReturns an instance of ITickLabels which represents the tick labels of this axis.  
 PropertyGets or sets the property which specifies the number of categories between each tick label on a category axis.  
 PropertyGets or sets the property which specifies whether the tick label spacing is automatically determined on an axis.  
 PropertyGets or sets the property which specifies the number of categories between each tick mark on a category axis.  
 PropertyReturns the axis type.  
Top
See Also

Reference

IAxis Interface
SpreadsheetGear.Charts Namespace
IAxes Interface