Specifies with type of chart will be drawn.
Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Line | 0 | A line chart. | |
Column2D | 1 | A clustered 2d column chart. | |
ColumnStacked2D | 2 | A stacked 2d column chart. | |
Area2D | 3 | A 2d area chart. | |
Bar2D | 4 | A clustered 2d bar chart. | |
BarStacked2D | 5 | A stacked 2d bar chart. | |
Pie2D | 6 | A 2d pie chart. | |
PieExploded2D | 7 | An exploded 2d pie chart. |
See Also