ChartType

Overview

ChartType is a enum in Aspose.Cells FOSS for .NET.

Specifies the chart type.

This enumeration defines 26 values: Bar, Column, Line, Area, Pie, Doughnut, Scatter, Bubble, Radar, Stock, Bar3D, Column3D, and 14 more.

Description

ChartType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ChartType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
BarRepresents a standard 2‑D bar chart
Column
Line
Area
Pie
Doughnut
ScatterRepresents a 2‑D scatter chart
Bubble
RadarRepresents a radar (spider) chart
StockRepresents a stock market chart type
Bar3DRepresents a three‑dimensional bar chart
Column3DRepresents a three‑dimensional column chart
Line3DRepresents a three‑dimensional line chart
Area3DRepresents a three‑dimensional area chart
Pie3DRepresents a three‑dimensional pie chart
Surface3DRepresents a 3‑D surface chart
SurfaceWireframe3D
ContourRepresents a contour (isoline) chart
WaterfallRepresents a waterfall chart showing cumulative values
TreemapRepresents a treemap chart for hierarchical data
Sunburst
HistogramRepresents a histogram chart for frequency distribution
BoxAndWhiskerRepresents a box‑and‑whisker chart for statistical summary
FunnelRepresents a funnel chart for progressive stages
MapRepresents a geographic map chart
UnknownRepresents an undefined or unsupported chart type

See Also