IChartAxis Interface |
Namespace: Spire.Presentation.Charts
The IChartAxis type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AxisType |
Gets or sets CategoryAxis Type.
|
|
|
BaseUnitScale |
Represents the base unit scale for the category axis.
|
|
|
BinWidth |
Get or Set the number of data points in each range.
|
|
|
ChartCrossType |
Represents the CrossType on the specified axis where the other axis crosses.
|
|
|
ChartEffectFormat |
Represents format of axis
|
|
|
CrossAt |
Represents the point on the value axis where the category axis crosses it.
|
|
|
CrossBetweenType |
Specifies whether the value axis crosses the category axis between categories or on categories
Only support value axis set value
|
|
|
DisplayUnit |
Returns or sets the unit label for the specified axis.
|
|
|
GapWidth |
Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.
The value of this property must be between 0 and 500.
|
|
|
HasAutomaticBins |
True if bins generated are automatic. otherwise False
|
|
|
HasDataSource |
Indicates whether the format is linked source data.
|
|
|
HasMultiLvlLbl |
Gets or sets if the label of categoryAxis has multiple levels.
|
|
|
HasTitle |
Indicates whether a axis has a visible title.
Read/write
Boolean
.
|
|
|
IsAutoMajor |
Automatic major selected.
|
|
|
IsAutomaticTickLabelSpacing |
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
|
|
|
IsAutomaticTickMarkSpacing | |
|
|
IsAutoMax |
Automatic maximum selected.
|
|
|
IsAutoMin |
Automatic minimum selected.
|
|
|
IsAutoMinor |
Indicates whether the minor unit of the axis is automatically assigned.
|
|
|
IsBinningByCategory |
True if bins generated by category values. otherwise False
|
|
|
IsCrossCategories |
Indicates that the value axis crosses the category axis between categorie
|
|
|
IsLogScale |
Logarithmic scale.
|
|
|
IsMergeSameLabel |
Gets or sets if the first level label of categoryAxis merge the same item.
|
|
|
IsReversed |
Gets or set plots data points from last to first.
|
|
|
IsVisible |
Gets or sets if the axis is visible.
|
|
|
LabelsDistance |
Labels distance from axis.
|
|
|
LogScale |
Gets or sets the logarithmic base.
|
|
|
MajorGridTextLines |
Represents major gridlines on a chart axis.
|
|
|
MajorTickMark |
Represents major tick marks.
|
|
|
MajorUnit |
Represents the major units for the axis.
|
|
|
MajorUnitScale |
Represents the major unit scale for the category axis.
|
|
|
MaxValue |
Maximum value on axis.
|
|
|
MinorGridLines |
Represents minor gridlines on a chart axis.
|
|
|
MinorTickMark |
Represents the type of minor tick mark for the specified axis.
|
|
|
MinorUnit |
Value of minor increment.
|
|
|
MinorUnitScale |
Represents the major unit scale for the category axis.
|
|
|
MinValue |
Represents the minimum value on the value axis.
|
|
|
NumberFormat |
Gets or sets number format string.
|
|
|
NumberOfBins |
Get or set the Number of Bins in the axis
|
|
|
OverflowBinValue |
Get or Set the OverFlow Bin value
|
|
|
Parent |
Reference to Parent object. Read-only.
|
|
|
Position |
Represents position of axis
|
|
|
TextProperties |
Represent text properties of axis
|
|
|
TextRotationAngle |
Text rotation angle.
|
|
|
TickLabelPosition |
Represents the position of tick-mark labels on the specified axis.
|
|
|
TickLabelSpacing |
Represents the number of categories or series between tick-mark labels.
Property IsAutomaticTickLabelSpacing is false ,this property is valid
|
|
|
TickMarkSpacing |
Represents the number of ticks between tick-mark labels.
Property IsAutomaticTickLabelSpacing is false ,this property is valid
|
|
|
Title |
Gets the axis' title.
|
|
|
UnderflowBinValue |
Get or Set the UnderFlow Bin value
|