Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface
Properties Methods

In This Topic
    IAxis Interface Members
    In This Topic

    The following tables list the members exposed by IAxis.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicating whether the value axis crosses the category axis between categories.  
     PropertyGets an IAxisTitle object that represents the title of the specified axis.  
     PropertyReturns or sets the base unit (Days/Months/Years) for the specified category axis (takes effect when the CategoryType is CategoryType.TimeScale).  
     Propertytrue if Spread chooses appropriate base units for the specified category axis, false otherwise. The default value is true.  
     PropertyGets or sets all the category names for the specified axis as a text array.  
     PropertyGets or sets the range that contains the source data for category names, using A1-notation formula.  
     PropertyGets or sets the range that contains the source data for category names, using R1C1-notation formula.  
     PropertyReturns or sets the category axis type.  
     PropertyGets or sets the point on the specified axis where the other axis crosses.  
     PropertyGets or sets the point on the value axis where the category axis crosses it.  
     PropertySpecifies the display unit label for an axis.  
     PropertyGets or sets the value of the displayed units The value must be from 0 through 10E307  
     PropertyGets the DisplayUnitLabel object for the specified axis Returns null if the HasDisplayUnitLabel property is set to False  
     PropertyGets the IChartFormat object.  
     PropertyTrue if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default value is True  
     Propertytrue if the axis has major gridlines, false otherwise. Only axes in the primary axis group can have gridlines.  
     Propertytrue if the axis has minor gridlines, false otherwise. Only axes in the primary axis group can have gridlines.  
     Propertytrue if the axis has a visible title and false otherwise.  
     PropertyGets or sets the base of the logarithm when you are using log scales.  
     PropertyReturns a GrapeCity.Spreadsheet.API.Charts.IGridlines object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.  
     PropertyGets or sets the type of major tick mark for the specified axis. TickMark  
     PropertyReturns or sets the major units for the value axis.  
     Propertytrue if Spread calculates the major units for the value axis, false otherwise.  
     PropertyReturns or sets the major unit scale value for the category axis when the CategoryType property is set to CategoryType.TimeScale.  
     PropertyReturns or sets the maximum value on the value axis or category axis if CategoryType is CategoryType.TimeScale.  
     Propertytrue if Spread calculates the maximum value for the value axis, false otherwise.  
     PropertyReturns or sets the minimum value on the value axis or category axis if CategoryType is CategoryType.TimeScale.  
     Propertytrue if Spread calculates the minimum value for the value axis, false otherwise.  
     PropertyReturns a GrapeCity.Spreadsheet.API.Charts.IGridlines object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.  
     PropertyGets or sets the type of minor tick mark for the specified axis. TickMark  
     PropertyReturns or sets the minor units on the value axis.  
     Propertytrue if Spread calculates the minor units for the value axis, false otherwise.  
     PropertyReturns or sets the minor unit scale value for the category axis when the CategoryType property is set to CategoryType.TimeScale.  
     Propertytrue if Spread plots data points from last to first, false otherwise.  
     PropertyGets or sets the value axis scale type.  
     PropertyGets or sets the position of tick-mark labels on the specified axis.  
     PropertyGets the tick-mark labels associated with tick marks on a chart axis.  
     PropertyGets or or sets the number of categories or series between tick-mark labels.  
     PropertyGets or sets whether or not the tick label spacing is automatic.  
     PropertyGets or sets the number of categories or series between tick marks.  
     PropertyReturns an AxisType value that represents the Axis type.  
     PropertyGets a value indicating whether the axis is visible on the chart.  
    Top
    Public Methods
     NameDescription
     MethodDelete axis.  
    Top
    See Also