[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartType

ChartType Enum

Specifies the chart type.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public enum ChartType

Fields

Name Description
Area

Default area chart.

Area3D

3D area chart.

Area3DSmoothed

3D smoothed area chart.

Area3DStacked

3D stacked area chart.

Area3DStacked100pc

3D 100% stacked area chart.

AreaSmoothed

Smoothed area chart.

AreaStacked

Stacked area chart.

AreaStacked100pc

100% stacked area chart.

Bar

Default bar chart.

Bar3D

3D bar chart.

Bar3DStacked

3D stacked bar chart.

Bar3DStacked100pc

3D 100% stacked bar chart.

BarStacked

Stacked bar chart.

BarStacked100pc

100% stacked bar chart.

Bubble

Bubble chart. To specify control size of symbols use BubbleSeries and set its SizeValues or SizeValuesource property.

Candle

Candle financial chart. Use HighLowOpenCloseSeries to specify data for the chart.

Column

Default column chart.

Column3D

3D column chart.

Column3DStacked

3D stacked column chart.

Column3DStacked100pc

3D 100% stacked column chart.

ColumnStacked

Stacked column chart.

ColumnStacked100pc

100% stacked column chart.

Gantt

Gantt chart. Use HighLowSeries to specify data for the chart.

HighLowOpenClose

High-low-open-close financial chart. Use HighLowOpenCloseSeries to specify data for the chart.

Line

Default line chart.

LineSmoothed

Smoothed line chart.

LineStacked

Stacked line chart.

LineStacked100pc

100% stacked line chart.

LineSymbols

Line chart with symbols.

LineSymbolsSmoothed

Smoothed line chart with symbols.

LineSymbolsStacked

Stacked line chart with symbols.

LineSymbolsStacked100pc

100% stacked line chart with symbols.

Pie

Default pie chart.

Pie3D

3D pie chart.

Pie3DDoughnut

3D Doughnut pie chart.

Pie3DExploded

3D Exploded pie chart.

Pie3DExplodedDoughnut

3D Exploded doughnut pie chart.

PieDoughnut

Doughnut pie chart.

PieExploded

Exploded pie chart.

PieExplodedDoughnut

Exploded doughnut pie chart.

PieStacked

Stacked pie chart.

PolarLines

Polar line chart.

PolarLinesSymbols

Polar line chart with symbols.

PolarSymbols

Polar symbol chart.

Polygon

Polygon chart.

PolygonFilled

Filled polygon chart.

Radar

Default radar chart.

RadarFilled

Filled(area) radar chart.

RadarSymbols

Radar chart with symbols.

Ribbon

3D ribbon chart.

Step

Step chart.

StepArea

Step area chart.

StepAreaStacked

Step area stacked chart.

StepSymbols

Step chart with symbols.

XYPlot

Scatter(point) plot in Cartesian coordinates.