RenderAs

This property is used to select the chart type.

 

Format:

 

RenderAs="Column"

 

 

This attribute takes the following values:

 

Chart Type

RenderAs

Description

Column Chart

Column

These charts are used to show frequencies and also for comparing values of different categories.

Line Chart

Line

These charts are useful to observe the related set of values by connecting them in order.

Pie Chart

Pie

These charts are useful when you want to compare one value with respect to the entire set of values.

Bar Chart

Bar

These charts are used to show frequencies and for comparing values of different categories. Bar orientation is useful when AxisLabels are longer.

Area Chart

Area

These charts are best for viewing cumulated total.

Doughnut Chart

Doughnut

These charts are useful when you want to compare one value with respect to the entire set of values.

Stacked Column Chart

StackedColumn

These charts are useful to display proportional relationships over time.

100% Stacked Column Chart

StackedColumn100

These charts are similar to stacked column charts. The difference is that these charts have data represented in percentage.

Stacked Bar Chart

StackedBar

These charts are useful to display proportional relationships over time. But the emphasis here will be more on values than time.

100% Stacked Bar Chart

StackedBar100

These charts are similar to stacked bar charts. The difference is that these charts have data represented in percentage.

Stacked Area Chart

StackedArea

Cumulative variant of area charts to show proportional relationships.

100% Stacked Area Chart

StackedArea100

These charts are similar to stacked area charts. The difference is that these charts have data represented in percentage.

Bubble Chart

Bubble

These charts are useful when each point has two quantity to be represented.

Point Chart

Point

These charts are used to show the relation of two or more quantitative variables.

 

 

This attribute applies to:

 

 

 

Example:

 

<vc:DataSeries RenderAs="Column" ... />