Chart for WinRT
Chart Types

Using built-in types is the simplest way to set up the chart. For example, to set up a Stacked Bar chart, specify the corresponding string in the C1Chart.ChartType property:

XAML
Copy Code
<Chart:C1Chart ChartType="BarStacked">
      ...
</Chart: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

Hi-Lo-Open-Close

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

 

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback