[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IAxis

IAxis Interface

Represents a single axis in a chart.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IAxis
Public Interface IAxis

Properties

Name Description
ActualCategoryType

Returns the actual category axis type.

AxisBetweenCategories

Gets or sets whether the value axis crosses the category axis (True if the value axis crosses the category axis between categories).

AxisGroup

Returns the group for the specified axis.

AxisTitle

Returns an IAxisTitle object that represents the title of the specified axis.

BaseUnit

Gets or sets the base unit for the specified category axis.

BaseUnitIsAuto

Gets or sets whether the units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis). The default value is True.

CategoryNames

Gets or sets all the category names for the specified axis as a text array.

CategoryType

Gets or sets the category axis type.

Crosses

Gets or sets the point on the specified axis where the other axis crosses.

CrossesAt

Gets or sets the point on the value axis where the category axis crosses it. Applies only to the value axis.

DisplayUnit

Gets or sets the unit label for the value axis.

DisplayUnitCustom

Gets or sets whether the displayed units use custom settings (If the value of the DisplayUnit property is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.

DisplayUnitLabel

Returns the IDisplayUnitLabel object for the specified axis. Returns Null if the HasDisplayUnitLabel property is set to False.

Format

Returns the IChartFormat object.

HasDisplayUnitLabel

Gets or sets whether the label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis). The default value is True.

HasMajorGridlines

Gets or sets whether the axis has major gridlines (True if the axis has major gridlines). This only applies to axes in the primary axis group can have gridlines.

HasMinorGridlines

Gets or sets whether the axis has minor gridlines (True if the axis has minor gridlines). This only applies to axes in the primary axis group can have gridlines.

HasTitle

Gets or sets whether the axis or chart has a visible title (True if the axis or chart has a visible title).

LogBase

Gets or sets the base of the logarithm when you are using log scales.

MajorGridlines

Returns a IGridlines object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.

MajorTickMark

Gets or sets the type of major tick mark for the specified axis.

MajorUnit

Gets or sets the major units for the value axis.

MajorUnitIsAuto

Gets or sets whether Excel calculates the major units (True if Microsoft Excel calculates the major units for the value axis).

MajorUnitScale

Gets or sets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.

MaximumScale

Gets or sets the maximum value on the value axis.

MaximumScaleIsAuto

Gets or sets whether Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).

MinimumScale

Gets or sets the minimum value on the value axis.

MinimumScaleIsAuto

Gets or sets whether Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).

MinorGridlines

Returns the IGridlines object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.

MinorTickMark

Gets or sets the type of minor tick mark for the specified axis.

MinorUnit

Gets or sets the minor units on the value axis.

MinorUnitIsAuto

Gets or sets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).

MinorUnitScale

Gets or sets the minor unit scale value for the category axis when the CategoryType property is set to TimeScale.

Parent

Returns the parent object for the specified object.

ReversePlotOrder

Gets or sets whether Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).

ScaleType

Gets or sets the value axis scale type.

TickLabelPosition

Gets or sets the position of tick-mark labels on the specified axis.

TickLabelSpacing

Gets or sets the number of categories or series between tick-mark labels. This only applies to category and series axes.

TickLabelSpacingIsAuto

Gets or sets whether the tick label spacing is automatic.

TickLabels

Returns the ITickLabels object that represents the tick-mark labels for the specified axis.

TickMarkSpacing

Gets or sets the number of categories or series between tick marks. Applies only to category and series axes.

Type

Returns the Axis type.

Visible

Gets or sets whether the axis is visible.