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 的标题。

适用于