Table of Contents

Enum ChartKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The plot type of a ChartPlot.

public enum ChartKind

Fields

Bar = 0

Bars or columns (c:barChart).

Line = 1

A line chart (c:lineChart).

Pie = 2

A pie chart (c:pieChart).

Doughnut = 3

A doughnut chart (c:doughnutChart).

Area = 4

An area chart (c:areaChart).

Scatter = 5

An XY scatter chart (c:scatterChart).