Chart Types

This section introduces all of the specific chart types available in C1Chart.

Using built-in types is the simplest way to set up the chart's appearance. For example, to set up a stacked bar chart, specify the corresponding string in the ChartType property:

<c1chart:C1Chart ChartType="BarStacked">

       ...

</c1chart:C1Chart>

The available chart types are specified by the members of enumeration ChartType.

The list of available built-in chart types is presented in the table below.

 

Name in gallery

Area

AreaSmoothed

AreaStacked

AreaStacked100pc

Bar

BarStacked

BarStacked100pc

Bubble

Candle

Column

ColumnStacked

ColumnStacked100pc

Gantt

HighLowOpenClose

Line

LineSmoothed

LineStacked

LineStacked100pc

LineSymbols

LineSymbolsSmoothed

LineSymbolsStacked

LineSymbolsStacked100pc

Pie

PieDoughnut

PieExploded

PieExplodedDoughnut

PieStacked

PolarLines

PolarLinesSymbols

PolarSymbols

Polygon

PolygonFilled

Radar

RadarFilled

RadarSymbols

Step

StepArea

StepSymbols

XYPlot

Area3D

Area3DSmoothed

Area3DStacked

Area3DStacked100pc

Bar3D

Bar3DStacked

Bar3DStacked100pc

Pie3D

Pie3DDoughnut

Pie3DExploded

Pie3DExplodedDougnut

Ribbon


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.