動作検証バージョン:64bit Windows 10 Pro + 32bit Excel(バージョン2203 ビルド15028.20160 Microsoft Store)
Excel VBAの、データ系列単位のデータラベルを表すDataLabelsコレクションと、データ要素単位のデータラベルを表すDataLabelオブジェクトには、同じプロパティが多数用意されています。
どのプロパティが両方にあって、どのプロパティが一方にしかないかを見比べたかったので、一覧を作成しておきます。
DataLabelsのプロパティ | DataLabelのプロパティ | 戻り値 |
---|---|---|
Application | Application | Application |
AutoText | AutoText | Boolean |
- | Caption | String |
- | Characters | Characters |
Count | - | Long |
Creator | Creator | XlCreator |
Format | Format | ChartFormat |
- | Formula | String |
- | FormulaLocal | String |
- | FormulaR1C1 | String |
- | FormulaR1C1Local | String |
- | Height | Double |
HorizontalAlignment | HorizontalAlignment | Variant |
- | Left | Double |
Name | Name | String |
NumberFormat | NumberFormat | String |
NumberFormatLinked | NumberFormatLinked | Boolean |
NumberFormatLocal | NumberFormatLocal | Variant |
Orientation | Orientation | Variant |
Parent | Parent | Object |
Position | Position | XlDataLabelPosition |
ReadingOrder | ReadingOrder | Long |
Separator | Separator | Variant |
Shadow | Shadow | Boolean |
ShowBubbleSize | ShowBubbleSize | Boolean |
ShowCategoryName | ShowCategoryName | Boolean |
ShowLegendKey | ShowLegendKey | Boolean |
ShowPercentage | ShowPercentage | Boolean |
ShowRange | ShowRange | Boolean |
ShowSeriesName | ShowSeriesName | Boolean |
ShowValue | ShowValue | Boolean |
- | Text | String |
- | Top | Double |
VerticalAlignment | VerticalAlignment | Variant |
- | Width | Double |
最終更新日時:2022-07-05 20:25
[スポンサードリンク]
Home » エクセルマクロ・Excel VBAの使い方 » グラフ・Chart » DataLabelsとDataLabelのプロパティ比較一覧