ChartElementType 列挙型

定義

グラフ要素の種類を指定します。

public enum class ChartElementType
public enum ChartElementType
type ChartElementType = 
Public Enum ChartElementType
継承
ChartElementType

フィールド

名前 説明
Nothing 0

グラフ要素がありません。

Title 1

Chartのタイトル。

PlottingArea 2

プロット領域。軸やラベルなどを除くグラフ領域です。 また、データ ポイントが占有する可能性がある領域も除外されます。

Axis 3

Axis オブジェクト。

TickMarks 4

任意のメジャー またはマイナー TickMark オブジェクト。

Gridlines 5

垂直または水平のいずれかの目盛線または補助グリッド線。

StripLines 6

StripLine オブジェクト。

AxisLabelImage 7

Axis ラベルイメージ。

AxisLabels 8

Axis ラベル。

AxisTitle 9

Axisタイトル。

DataPoint 10

DataPoint オブジェクト。

DataPointLabel 11

系列 DataPoint ラベル。

LegendArea 12

Legend オブジェクト内の領域。 凡例項目が占める領域は含まれません。

LegendTitle 13

Legendタイトル。

LegendHeader 14

Legend ヘッダー。

LegendItem 15

LegendItem オブジェクト。

Annotation 16

Annotation クラスから派生したオブジェクト。

適用対象