ChartElementType 枚举

定义

指定图表元素类型。

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

字段

Annotation 22

任何派生自 Annotation 类的对象。

Axis 3

一个 Axis 对象。

AxisLabelImage 7

一个 Axis 标签图像。

AxisLabels 8

一个 Axis 标签。

AxisTitle 9

一个 Axis 标题。

DataPoint 16

DataPoint 对象。

DataPointLabel 17

一个系列 DataPoint 标签。

Gridlines 5

任何主要或次要网格线(垂直或水平)。

LegendArea 18

Legend 对象内的区域。 不包括由图例项占用的空间。

LegendHeader 20

一个 Legend 标头。

LegendItem 21

LegendItem 对象。

LegendTitle 19

一个 Legend 标题。

Nothing 0

没有任何图表元素。

PlottingArea 2

绘图区,这是除去轴、标签等的图表区域。 也排除数据点可能占用的区域。

ScrollBarLargeDecrement 13

当单击滚动条的背景时,会导致视图大小大幅度递减。 此背景位于垂直滚动条的滚动块的下面,水平滚动条的滚动块的左侧。

ScrollBarLargeIncrement 14

当单击滚动条的背景时,会导致视图大小大幅度递增。 此背景位于垂直滚动条的滚动块的上面,水平滚动条的滚动块的右侧。

ScrollBarSmallDecrement 11

滚动条的递减小按钮。 垂直滚动条的“向下箭头”,水平滚动条的“左箭头”。

ScrollBarSmallIncrement 12

滚动条的递增小按钮。 垂直滚动条的“向上箭头”,水平滚动条的“右箭头”。

ScrollBarThumbTracker 10

滚动条的跟踪块。

ScrollBarZoomReset 15

滚动条的 ZoomReset 按钮。

StripLines 6

StripLine 对象。

TickMarks 4

任何主要或次要 TickMark 对象。

Title 1

Chart 的标题。

适用于