Excel.ChartAxis class
代表图表中的单个坐标轴。
- 扩展
注解
属性
alignment | 指定指定轴刻度线标签的对齐方式。 有关详细信息,请参阅 |
axis |
指定指定轴的组。 有关详细信息,请参阅 |
base |
指定指定类别轴的基本单位。 |
category |
指定类别轴类型。 |
context | 与 对象关联的请求上下文。 这会将加载项的进程连接到 Office 主机应用程序的进程。 |
custom |
指定自定义轴显示单位值。 若要设置此属性,请使用 |
display |
表示轴显示单位。 有关详细信息,请参阅 |
format | 表示 chart 对象的格式,包括线条和字体格式。 |
height | 指定图表轴的高度(以磅为单位)。
|
is |
指定值轴是否与类别之间的分类轴交叉。 |
left | 指定从轴的左边缘到图表区左侧的距离(以磅为单位)。
|
link |
指定数字格式是否链接到单元格。 如果 |
log |
指定使用对数刻度时对数的基数。 |
major |
返回一个 对象,该对象代表指定轴的主要网格线。 |
major |
指定指定轴的主要刻度线的类型。 有关详细信息,请参阅 |
major |
当 属性设置为 |
major |
表示两个主要刻度标记之间的间隔。 可以设置为数字值或空字符串。 返回的值始终为数字。 |
maximum | 表示数值轴上的最大值。 可以设置为数字值或空字符串(对于自动坐标轴值)。 返回的值始终为数字。 |
minimum | 表示数值轴上的最小值。 可以设置为数字值或空字符串(对于自动坐标轴值)。 返回的值始终为数字。 |
minor |
返回一个 对象,该对象代表指定轴的次要网格线。 |
minor |
指定指定轴的次要刻度线的类型。 有关详细信息,请参阅 |
minor |
当 属性设置为 |
minor |
表示两个次要刻度标记之间的间隔。 可以设置为数字值或空字符串(对于自动坐标轴值)。 返回的值始终为数字。 |
multi |
指定轴是否为多级轴。 |
number |
指定轴刻度线标签的格式代码。 |
offset | 指定标签级别之间的距离,以及第一级与轴线之间的距离。 此值应该是 0 到 1000 之间的整数。 |
position | 指定其他轴交叉处的指定轴位置。 有关详细信息,请参阅 |
position |
指定其他轴交叉的轴位置。 应使用 |
reverse |
指定 Excel 是否从最后一个到第一个绘制数据点。 |
scale |
指定数值轴刻度类型。 有关详细信息,请参阅 |
show |
指定轴显示单位标签是否可见。 |
text |
为图表轴刻度标签指定文本的方向。 对于垂直方向文本,该值应为 -90 到 90 的整数或整数 180。 |
tick |
在指定坐标轴上指定刻度线标签的位置。 有关详细信息,请参阅 |
tick |
指定刻度线标签之间的类别或系列数。 可以是 1 到 31999 的值或空字符串(自动设置)。 返回的值始终为数字。 |
tick |
指定刻度线之间的类别或系列数。 |
title | 表示坐标轴标题。 |
top | 指定从轴的上边缘到图表区顶部的距离(以磅为单位)。
|
type | 指定坐标轴类型。 有关详细信息,请参阅 |
visible | 指定轴是否可见。 |
width | 指定图表轴的宽度(以磅为单位)。
|
方法
load(options) | 将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 |
load(property |
将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 |
load(property |
将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 |
set(properties, options) | 同时设置对象的多个属性。 可以传递具有相应属性的纯对象,也可以传递同一类型的另一个 API 对象。 |
set(properties) | 基于现有的已加载对象,同时对对象设置多个属性。 |
set |
设置指定轴的所有分类名称。 |
set |
将轴显示单位设为自定义值。 |
set |
设置其他轴交叉处的指定轴位置。 |
toJSON() | 重写 JavaScript |
属性详细信息
alignment
指定指定轴刻度线标签的对齐方式。 有关详细信息,请参阅 Excel.ChartTextHorizontalAlignment
。
alignment: Excel.ChartTickLabelAlignment | "Center" | "Left" | "Right";
属性值
Excel.ChartTickLabelAlignment | "Center" | "Left" | "Right"
注解
axisGroup
指定指定轴的组。 有关详细信息,请参阅 Excel.ChartAxisGroup
。
readonly axisGroup: Excel.ChartAxisGroup | "Primary" | "Secondary";
属性值
Excel.ChartAxisGroup | "Primary" | "Secondary"
注解
baseTimeUnit
指定指定类别轴的基本单位。
baseTimeUnit: Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years";
属性值
Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years"
注解
categoryType
指定类别轴类型。
categoryType: Excel.ChartAxisCategoryType | "Automatic" | "TextAxis" | "DateAxis";
属性值
Excel.ChartAxisCategoryType | "Automatic" | "TextAxis" | "DateAxis"
注解
context
customDisplayUnit
指定自定义轴显示单位值。 若要设置此属性,请使用 SetCustomDisplayUnit(double)
方法。
readonly customDisplayUnit: number;
属性值
number
注解
displayUnit
表示轴显示单位。 有关详细信息,请参阅 Excel.ChartAxisDisplayUnit
。
displayUnit: Excel.ChartAxisDisplayUnit | "None" | "Hundreds" | "Thousands" | "TenThousands" | "HundredThousands" | "Millions" | "TenMillions" | "HundredMillions" | "Billions" | "Trillions" | "Custom";
属性值
Excel.ChartAxisDisplayUnit | "None" | "Hundreds" | "Thousands" | "TenThousands" | "HundredThousands" | "Millions" | "TenMillions" | "HundredMillions" | "Billions" | "Trillions" | "Custom"
注解
示例
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/10-chart/chart-axis.yaml
await Excel.run(async (context) => {
const sheet = context.workbook.worksheets.getItem("Sample");
let chart = sheet.charts.getItemAt(0);
let categoryAxis = chart.axes.categoryAxis;
let valueAxis = chart.axes.valueAxis;
// Load to get display unit.
valueAxis.load("displayUnit");
await context.sync();
console.log("The vertical axis display unit is: " + valueAxis.displayUnit);
});
format
表示 chart 对象的格式,包括线条和字体格式。
readonly format: Excel.ChartAxisFormat;
属性值
注解
height
isBetweenCategories
left
指定从轴的左边缘到图表区左侧的距离(以磅为单位)。
null
如果轴不可见,则返回 。
readonly left: number;
属性值
number
注解
linkNumberFormat
指定数字格式是否链接到单元格。 如果 true
为 ,则当单元格中更改时,标签中的数字格式将更改。
linkNumberFormat: boolean;
属性值
boolean
注解
logBase
majorGridlines
返回一个 对象,该对象代表指定轴的主要网格线。
readonly majorGridlines: Excel.ChartGridlines;
属性值
注解
majorTickMark
指定指定轴的主要刻度线的类型。 有关详细信息,请参阅 Excel.ChartAxisTickMark
。
majorTickMark: Excel.ChartAxisTickMark | "None" | "Cross" | "Inside" | "Outside";
属性值
Excel.ChartAxisTickMark | "None" | "Cross" | "Inside" | "Outside"
注解
majorTimeUnitScale
当 属性设置为 dateAxis
时,categoryType
指定类别轴的主要单位刻度值。
majorTimeUnitScale: Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years";
属性值
Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years"
注解
majorUnit
maximum
minimum
minorGridlines
返回一个 对象,该对象代表指定轴的次要网格线。
readonly minorGridlines: Excel.ChartGridlines;
属性值
注解
minorTickMark
指定指定轴的次要刻度线的类型。 有关详细信息,请参阅 Excel.ChartAxisTickMark
。
minorTickMark: Excel.ChartAxisTickMark | "None" | "Cross" | "Inside" | "Outside";
属性值
Excel.ChartAxisTickMark | "None" | "Cross" | "Inside" | "Outside"
注解
minorTimeUnitScale
当 属性设置为 dateAxis
时categoryType
,指定类别轴的次要单位刻度值。
minorTimeUnitScale: Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years";
属性值
Excel.ChartAxisTimeUnit | "Days" | "Months" | "Years"
注解
minorUnit
表示两个次要刻度标记之间的间隔。 可以设置为数字值或空字符串(对于自动坐标轴值)。 返回的值始终为数字。
minorUnit: any;
属性值
any
注解
multiLevel
numberFormat
offset
指定标签级别之间的距离,以及第一级与轴线之间的距离。 此值应该是 0 到 1000 之间的整数。
offset: number;
属性值
number
注解
position
指定其他轴交叉处的指定轴位置。 有关详细信息,请参阅 Excel.ChartAxisPosition
。
position: Excel.ChartAxisPosition | "Automatic" | "Maximum" | "Minimum" | "Custom";
属性值
Excel.ChartAxisPosition | "Automatic" | "Maximum" | "Minimum" | "Custom"
注解
positionAt
指定其他轴交叉的轴位置。 应使用 SetPositionAt(double)
方法设置此属性。
readonly positionAt: number;
属性值
number
注解
reversePlotOrder
scaleType
指定数值轴刻度类型。 有关详细信息,请参阅 Excel.ChartAxisScaleType
。
scaleType: Excel.ChartAxisScaleType | "Linear" | "Logarithmic";
属性值
Excel.ChartAxisScaleType | "Linear" | "Logarithmic"
注解
showDisplayUnitLabel
指定轴显示单位标签是否可见。
showDisplayUnitLabel: boolean;
属性值
boolean
注解
示例
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/10-chart/chart-axis.yaml
await Excel.run(async (context) => {
const sheet = context.workbook.worksheets.getItem("Sample");
let chart = sheet.charts.getItemAt(0);
let axis = chart.axes.valueAxis;
// Remove display unit.
axis.showDisplayUnitLabel = false;
await context.sync();
});
textOrientation
为图表轴刻度标签指定文本的方向。 对于垂直方向文本,该值应为 -90 到 90 的整数或整数 180。
textOrientation: any;
属性值
any
注解
tickLabelPosition
在指定坐标轴上指定刻度线标签的位置。 有关详细信息,请参阅 Excel.ChartAxisTickLabelPosition
。
tickLabelPosition: Excel.ChartAxisTickLabelPosition | "NextToAxis" | "High" | "Low" | "None";
属性值
Excel.ChartAxisTickLabelPosition | "NextToAxis" | "High" | "Low" | "None"
注解
tickLabelSpacing
指定刻度线标签之间的类别或系列数。 可以是 1 到 31999 的值或空字符串(自动设置)。 返回的值始终为数字。
tickLabelSpacing: any;
属性值
any
注解
tickMarkSpacing
title
top
指定从轴的上边缘到图表区顶部的距离(以磅为单位)。
null
如果轴不可见,则返回 。
readonly top: number;
属性值
number
注解
type
指定坐标轴类型。 有关详细信息,请参阅 Excel.ChartAxisType
。
readonly type: Excel.ChartAxisType | "Invalid" | "Category" | "Value" | "Series";
属性值
Excel.ChartAxisType | "Invalid" | "Category" | "Value" | "Series"
注解
visible
width
方法详细信息
load(options)
将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 context.sync()
。
load(options?: Excel.Interfaces.ChartAxisLoadOptions): Excel.ChartAxis;
参数
提供要加载对象的属性的选项。
返回
load(propertyNames)
将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 context.sync()
。
load(propertyNames?: string | string[]): Excel.ChartAxis;
参数
- propertyNames
-
string | string[]
逗号分隔的字符串或指定要加载的属性的字符串数组。
返回
示例
// Get the maximum of Chart Axis from Chart1.
await Excel.run(async (context) => {
const chart = context.workbook.worksheets.getItem("Sheet1").charts.getItem("Chart1");
const axis = chart.axes.valueAxis;
axis.load('maximum');
await context.sync();
console.log(axis.maximum);
});
load(propertyNamesAndPaths)
将命令加入队列以加载对象的指定属性。 阅读属性前必须先调用 context.sync()
。
load(propertyNamesAndPaths?: {
select?: string;
expand?: string;
}): Excel.ChartAxis;
参数
- propertyNamesAndPaths
-
{ select?: string; expand?: string; }
propertyNamesAndPaths.select
是一个逗号分隔的字符串,指定要加载的属性,是 propertyNamesAndPaths.expand
一个逗号分隔的字符串,指定要加载的导航属性。
返回
set(properties, options)
同时设置对象的多个属性。 可以传递具有相应属性的纯对象,也可以传递同一类型的另一个 API 对象。
set(properties: Interfaces.ChartAxisUpdateData, options?: OfficeExtension.UpdateOptions): void;
参数
- properties
- Excel.Interfaces.ChartAxisUpdateData
一个 JavaScript 对象,其属性按同构方式构造为调用方法的对象的属性。
- options
- OfficeExtension.UpdateOptions
提供一个选项,用于在 properties 对象尝试设置任何只读属性时禁止显示错误。
返回
void
set(properties)
基于现有的已加载对象,同时对对象设置多个属性。
set(properties: Excel.ChartAxis): void;
参数
- properties
- Excel.ChartAxis
返回
void
setCategoryNames(sourceData)
设置指定轴的所有分类名称。
setCategoryNames(sourceData: Range): void;
参数
- sourceData
- Excel.Range
对应于 Range
源数据的对象。
返回
void
注解
setCustomDisplayUnit(value)
将轴显示单位设为自定义值。
setCustomDisplayUnit(value: number): void;
参数
- value
-
number
显示单元的自定义值。
返回
void
注解
setPositionAt(value)
设置其他轴交叉处的指定轴位置。
setPositionAt(value: number): void;
参数
- value
-
number
交叉点的自定义值。
返回
void
注解
toJSON()
重写 JavaScript toJSON()
方法,以便在将 API 对象传递给 JSON.stringify()
时提供更有用的输出。
JSON.stringify
(,反过来又调用toJSON
传递给它的 对象的 方法。) 而原始Excel.ChartAxis
对象是 API 对象,toJSON
该方法返回一个纯 JavaScript 对象, (类型为 Excel.Interfaces.ChartAxisData
) ,其中包含原始对象中任何已加载子属性的浅表副本。
toJSON(): Excel.Interfaces.ChartAxisData;