Click or drag to resize

ChartAxis Properties

The ChartAxis type exposes the following members.

Properties
Name Description
Public property AxisType
Public property BaseUnitScale
Represents the base unit scale for the category axis.
Public property BinWidth
Get or Set the number of data points in each range.
Public property ChartCrossType
Represents the CrossType on the specified axis where the other axis crosses.
Public property ChartEffectFormat
Represents format of axis
Public property CrossAt
Represents the point on the value axis where the category axis crosses it.
Public property CrossBetweenType
Public property DisplayUnit
Returns or sets the unit label for the specified axis.
Public property GapWidth
Public property HasAutomaticBins
True if bins generated are automatic. otherwise False
Public property HasDataSource
Indicates whether the format is linked source data.
Public property HasMultiLvlLbl
Gets or sets if the label of categoryAxis has multiple levels.
Public property HasTitle
Indicates whether a axis has a visible title. Read/write Boolean .
Public property IsAutoMajor
Automatic major selected.
Public property IsAutomaticTickLabelSpacing
Public property IsAutomaticTickMarkSpacing
Public property IsAutoMax
Automatic maximum selected.
Public property IsAutoMin
Automatic minimum selected.
Public property IsAutoMinor
Indicates whether the minor unit of the axis is automatically assigned.
Public property IsBinningByCategory
True if bins generated by category values. otherwise False
Public property IsCrossCategories
Indicates that the value axis crosses the category axis between categorie
Public property IsLogScale
Logarithmic scale.
Public property IsMergeSameLabel
Gets or sets if the first level label of categoryAxis merge the same item.
Public property IsReversed
Gets or set plots data points from last to first.
Public property IsVisible
Gets or sets if the axis is visible.
Public property LabelsDistance
Labels distance from axis.
Public property LblOffset
Public property LogScale
Gets or sets the logarithmic base.
Public property MajorGridTextLines
Represents major gridlines on a chart axis.
Public property MajorTickMark
Represents major tick marks.
Public property MajorUnit
Represents the major units for the axis.
Public property MajorUnitScale
Represents the major unit scale for the category axis.
Public property MaxValue
Maximum value on axis.
Public property MinorGridLines
Represents minor gridlines on a chart axis.
Public property MinorTickMark
Represents the type of minor tick mark for the specified axis.
Public property MinorUnit
Value of minor increment.
Public property MinorUnitScale
Represents the major unit scale for the category axis.
Public property MinValue
Represents the minimum value on the value axis.
Public property NumberFormat
Gets or sets number format string.
Public property NumberOfBins
Get or set the Number of Bins in the axis
Public property OverflowBinValue
Get or Set the OverFlow Bin value
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property Position
Represents position of axis
Protected property ReferenceCount (Inherited from PptObject .)
Public property TextProperties
Represent text properties of axis
Public property TextRotationAngle
Text rotation angle.
Public property TickLabelPosition
Represents the position of tick-mark labels on the specified axis.
Public property TickLabelSpacing
Represents the number of categories or series between tick-mark labels.
Public property TickMarkSpacing
Represents the number of ticks between tick-mark labels.
Public property Title
Gets the axis' title.
Public property UnderflowBinValue
Get or Set the UnderFlow Bin value
Top
See Also