ChartTypes 列挙型

定義

ChartSeries のビジュアル化の種類を指定します。

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

フィールド

Area 5

面グラフ。

Bar 1

横棒グラフ。

Column 0

縦棒グラフ。

Line 2

折れ線グラフ。

Polar 7

極座標グラフ。

Range 6

範囲グラフ。

Scatter 4

散布図。

Shape 3

図形グラフ。

適用対象