ChartElementType 列挙型

定義

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

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

フィールド

Annotation 16

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

Axis 3

Axis オブジェクト。

AxisLabelImage 7

Axis ラベル イメージ。

AxisLabels 8

Axis ラベル。

AxisTitle 9

Axis タイトル。

DataPoint 10

DataPoint オブジェクト。

DataPointLabel 11

系列 DataPoint ラベル。

Gridlines 5

垂直方向または水平方向の任意の主グリッド線または補助グリッド線。

LegendArea 12

Legend オブジェクト内の領域。 凡例項目によって使用される領域は含まれません。

LegendHeader 14

Legend ヘッダー。

LegendItem 15

LegendItem オブジェクト。

LegendTitle 13

Legend タイトル。

Nothing 0

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

PlottingArea 2

プロット エリア (軸、ラベルなどを除くグラフ エリア)。 データ ポイントによって使用される領域も除外されます。

StripLines 6

StripLine オブジェクト。

TickMarks 4

主または補助 TickMark オブジェクト。

Title 1

Chart のタイトル。

適用対象